Monday, 3 April 2017

Can't bind to 'header' since it isn't a known property of 'p-accordiontab' after publishing into IIS-Express

I have updated the webpack package to latest version 2.3.2 and i am using Angular V4.0.0, typescript V2.2.2. After publishing the App in IISExpress and i am getting the Template parse error in 'P-accordiontab' error. It's working fine while runing in development mode

Can't bind to 'header' since it isn't a known property of 'p-accordiontab'.
1. If 'p-accordiontab' is an Angular component and it has 'header' input, then verify that it is part of this module.
2. If 'p-accordiontab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.



via Vignesh

No comments:

Post a Comment