New to Kendo UI for AngularStart a free 30-day trial

LabelModule

Represents the NgModule definition for the Label component. The module imports:

  • LabelDirective
  • LabelComponent
  • FloatingLabel
ts
import { LabelModule } from '@progress/kendo-angular-label';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

@NgModule({
    declarations: [AppComponent],
    imports:      [BrowserModule, LabelModule],
    bootstrap:    [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support