Angular Materials Tab Groups not importing
I am trying to set up a mat-tab-group with angular materials. Errors: Compiled with problems: ERROR ../../app.module.ts:28:5 – error NG2011: The component ‘MatTab’ appears in ‘imports’, but is not standalone and cannot be imported directly. It must be imported via an NgModule. 28 MatTab, ~~~~~~ ERROR ../../app.module.ts:29:5 – error NG2011: The component ‘MatTabGroup’ appears in… Read More Angular Materials Tab Groups not importing