New to Kendo UI for Angular? Start a free 30-day trial
FloatingLabelModule
Represents the NgModule
definition for the FloatingLabel component.
typescript
import { FloatingLabelModule } from '@progress/kendo-angular-label';
@NgModule({
imports: [BrowserModule, FloatingLabelModule],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }