`error NG8002: Can't bind to 'ngClass' since it isn't a known property of 'div'.
259 <div class="progress-bar l-bg-cyan" [ngClass]="'width-per-'+row.maxInVehicle*2" role="progressbar">`
`error NG8001: 'tc-rating' is not a known element:
- If 'tc-rating' is an Angular component, then verify that it is part of this module.
- If 'tc-rating' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
299 template: <tc-rating [iconsNumber]="10" [value]="row.priority" [disabled]="true" [tcFontSize]="11"></tc-rating>,`
Thanks first for this wonderful library,
Is the library supports this kind of component reusability ?
`error NG8002: Can't bind to 'ngClass' since it isn't a known property of 'div'.
259 <div class="progress-bar l-bg-cyan" [ngClass]="'width-per-'+row.maxInVehicle*2" role="progressbar">`
`error NG8001: 'tc-rating' is not a known element:
299 template:
<tc-rating [iconsNumber]="10" [value]="row.priority" [disabled]="true" [tcFontSize]="11"></tc-rating>,`Thanks first for this wonderful library,
Is the library supports this kind of component reusability ?