'mat Label' Is Not A Known Element:

[Solved] 'mat Label' Is Not A Known Element: | Typescript - Code Explorer | yomemimo.com
Question : 'mat-label' is not a known element:

Answered by : augusto-vicente

// common-widgets.module.ts
import { MatFormFieldModule } from '@angular/material/form-field';
import { MatInputModule } from '@angular/material/input';
@NgModule({ imports: [ MatFormFieldModule, MatInputModule ]
})
export class CommonWidgetsModule { }

Source : https://stackoverflow.com/a/51201550/13384755 | Last Update : Tue, 17 Nov 20

Answers related to 'mat label' is not a known element:

Code Explorer Popular Question For Typescript