I am trying to add angular material component. but the component did not work properly. that error said
Uncaught Error: Template parse errors: \'mat-option\
You need to import MatSelectModule in AppModule.ts
import {MatButtonModule, MatCheckboxModule, MatSelectModule} from '@angular/material'; imports: [ BrowserModule, AppRoutingModule, HttpClientModule, MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatSelectModule ]