mosh-hamedani / organic-shop

192 stars 204 forks source link

Can't build the final product #2

Open deepjyotigoswami91 opened 6 years ago

deepjyotigoswami91 commented 6 years ago
  1. If 'data-table-column' is an Angular component and it has 'header' input, then verify that it is part of this module.
  2. If 'data-table-column' 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. (" <data-table-column [property]="'price'" [ERROR ->][header]="'Price'" [sortable]="true" [resizable]="true"

Getting this error while building the product