Kendo-label is not a known element

491 Views Asked by At

I’m using kendo switch inside a kendo label and it is throwing error. And I have imported label module in app.module.ts as well.

import {LabelModule} from '@progress/kendo-angular-label'

<kendo-label text="Initial value:">
  <kendo-switch [(ng-model)]="checked"></kendo-switch>
</kendo-label>


Added the import to app module file and to imports but the error is throwing like this.

0

There are 0 best solutions below