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

Represents the NgModule definition for the FloatingLabel component.

Definition

Package:@progress/kendo-angular-label

Syntax:

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

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