New to Kendo UI for Angular? Start 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 { }