Cheung Peter
unread,Apr 3, 2023, 5:25:51 AM4/3/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to angular-material2
Build at: 2023-04-03T09:22:39.464Z - Hash: e24db04eae55a46e - Time: 920ms
Error: src/app/table/table.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field>
~~~~~~~~~~~~~~~~
src/app/table/table.component.ts:55:16
55 templateUrl: './table.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component TableComponent.
Error: src/app/table/table.component.html:2:3 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-label>Filter</mat-label>
~~~~~~~~~~~
src/app/table/table.component.ts:55:16
55 templateUrl: './table.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component TableComponent.
✖ Failed to compile.