FloatingLabelModule
Class
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 { }