ngx-formcontrol-errors-msgs
Version:
A directive for showing errors in Angular form controls on reactive forms
12 lines (11 loc) • 759 B
TypeScript
export * from './lib/data';
export * from './lib/formcontrol-errors.directive';
export * from './lib/providers/error-msg-component-factory/error-msg-component';
export * from './lib/providers/error-msg-component-factory/error-msg-component-factory';
export * from './lib/providers/error-msg-component-factory/error-msg-component-factory-token';
export * from './lib/providers/error-msg-parser/error-msg-parser';
export * from './lib/providers/error-msg-parser/error-msg-parser-token';
export * from './lib/providers/error-msg-parser/error-msg-parser.service';
export * from './lib/providers/error-msg-parser/utils/validation-errors-parser.utils';
export * from './lib/providers/messages/messages-provider-token';
export * from './lib/types/key-value-object';