UNPKG

@webdev-tools/ng-nested-reactive-forms

Version:
8 lines (7 loc) 391 B
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 { }