I am trying to use storybook with this library and have a test component that uses the MatRadioModule from Material. I get the following error in my Jest unit test.
Template parse errors: 'mat-radio-button' is not a known element: 1. If 'mat-radio-button' is an Angular component, then verify that it is part of this module. 2. If 'mat-radio-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
My storybook and unit tests work until I try to use Material components, and then it breaks.