ng-smart-forms
Version:
Zero-config reactive forms with built-in validation, auto-save, and smart error handling for Angular
7 lines (6 loc) • 308 B
TypeScript
export * from './lib/smart-form.module';
export * from './lib/directives/smart-form.directive';
export * from './lib/directives/smart-input.directive';
export * from './lib/interfaces/smart-form.interface';
export * from './lib/validators/smart-validators';
export * from './lib/services/auto-save.service';