mat-error' is not a known element angular 6 code example
Example: 'mat-form-field' is not a known element
@NgModule({
imports: [
...
MatFormFieldModule,
MatInputModule,
...
]
})
@NgModule({
imports: [
...
MatFormFieldModule,
MatInputModule,
...
]
})