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

Defines the NgModule for the FormField, Error, and Hint components.

Use this module to add FormField, Error, and Hint features to your NgModule-based Angular application.

Definition

Package:@progress/kendo-angular-inputs

Syntax:

TS
import { FormFieldModule } from '@progress/kendo-angular-inputs';
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';

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