Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

mat-form-field must contain a MatFormFieldControl

@NgModule({
    imports: [
        MatInputModule
    ],
    exports: [
        MatInputModule
    ]
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #MatFormFieldControl
ADD COMMENT
Topic
Name
2+3 =