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
I have found error in app.component.html for all structural directive which is not known property for custom elements.
****
****
****
Error:--
Error: Template parse errors:
Can't bind to 'ngif' since it isn't a known property of 'app-navigation'.
If 'app-navigation' is an Angular component and it has 'ngif' input, then verify that it is part of this module.
If 'app-navigation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
<app-navigation [ERROR ->]*ngif="showNavbar">
<ap"): ng:///AppModule/AppComponent.html@1:18
Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
[ERROR ->]<app-navigation *ngif="showNavbar">
<app-mainsidebar [ERROR ->]*ngif="showSidebar">
"): ng:///AppModule/AppComponent.html@3:19
Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("n *ngif="showNavbar">
[ERROR ->]<app-mainsidebar *ngif="showSidebar">
"): ng:///AppModule/AppComponent.html@3:2
Can't bind to 'ngif' since it isn't a known property of 'app-footer'.
If 'app-footer' is an Angular component and it has 'ngif' input, then verify that it is part of this module.
If 'app-footer' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
<app-footer [ERROR ->]*ngif="showFooter">
"): ng:///AppModule/AppComponent.html@8:14
Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
I have found error in app.component.html for all structural directive which is not known property for custom elements.
Error:--
Error: Template parse errors:
Can't bind to 'ngif' since it isn't a known property of 'app-navigation'.
<app-navigation [ERROR ->]*ngif="showNavbar">
<ap"): ng:///AppModule/AppComponent.html@1:18
Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
[ERROR ->]<app-navigation *ngif="showNavbar">
<app-mainsidebar [ERROR ->]*ngif="showSidebar">
"): ng:///AppModule/AppComponent.html@3:19
Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("n *ngif="showNavbar">
[ERROR ->]<app-mainsidebar *ngif="showSidebar">
"): ng:///AppModule/AppComponent.html@3:2
Can't bind to 'ngif' since it isn't a known property of 'app-footer'.
<app-footer [ERROR ->]*ngif="showFooter">
[ERROR ->]<app-footer *ngif="showFooter">
"): ng:///AppModule/AppComponent.html@8:2Need to set @output decorator.
Thanks
Dharmesh
The text was updated successfully, but these errors were encountered: