You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is what i get whe tryng to add angular 4 material Uncaught Error: Template parse errors:
'lf-ng-md-file-input' is not a known element:
If 'lf-ng-md-file-input' is an Angular component, then verify that it is part of this module.
If 'lf-ng-md-file-input' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
[ERROR ->]<lf-ng-md-file-input name="files" lf-files="ctrl.files" lf-required lf-maxcount="1" lf-mimetype="audi"): ng:///AppModule/UploadComponent.html@1:4
'md-button' is not a known element:
If 'md-button' is an Angular component, then verify that it is part of this module.
If 'md-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
Mimetype error.
The text was updated successfully, but these errors were encountered:
got the same problem as yours, that's because this is a [AngularJS] module, which use .js file(JavaScript), while [angular 2/4] use .ts(TypeScript) and a different concept for Module.
this is what i get whe tryng to add angular 4 material Uncaught Error: Template parse errors:
'lf-ng-md-file-input' is not a known element:
[ERROR ->]<lf-ng-md-file-input name="files" lf-files="ctrl.files" lf-required lf-maxcount="1" lf-mimetype="audi"): ng:///AppModule/UploadComponent.html@1:4
'md-button' is not a known element:
The text was updated successfully, but these errors were encountered: