@webdev-tools/ng-nested-reactive-forms
Version:
Implement Nested FormControl for Angular Reactive Forms.
8 lines (7 loc) • 391 B
TypeScript
import { NrfFormContext } from './form-context.class';
import { NrfSubmitData } from './form-submit-data.class';
import { NrfFormDirective } from './form.directive';
import { NRF_FORM_SERVICE_PROVIDER, NrfFormService } from './form.service';
export { NrfFormDirective, NrfFormContext, NrfSubmitData, NrfFormService, NRF_FORM_SERVICE_PROVIDER };
export declare class NrfFormModule {
}