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.