@ng-stack/forms
Version:
> provides wrapped Angular's Reactive Forms to write its more strongly typed.
9 lines (8 loc) • 518 B
TypeScript
export { NgsFormsModule } from './lib/ngs-forms.module';
export { FormArray } from './lib/form-array';
export { FormBuilder } from './lib/form-builder';
export { FormControl } from './lib/form-control';
export { FormGroup } from './lib/form-group';
export { Validators } from './lib/validators';
export { InputFileDirective } from './lib/input-file.directive';
export { Status, ValidatorFn, AsyncValidatorFn, ValidationErrors, AbstractControlOptions, ValidatorsModel, Control, ExtractModelValue, } from './lib/types';