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

FloatingLabelModule

Represents the NgModule definition for the FloatingLabel component.

Import this module to use the FloatingLabel component in your application.

typescript
import { FloatingLabelModule } from '@progress/kendo-angular-label';

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