UNPKG

ng-error-message

Version:

Displays error messages when a form control is invalid avoiding the long list of tags for each error

9 lines (8 loc) 279 B
import { ModuleWithProviders, FactoryProvider } from '@angular/core'; export declare class NgErrorMessageModule { /** * starts the services * @param dictUrl The errors dictionary Url */ static forRoot(jsonProvider: FactoryProvider): ModuleWithProviders; }