UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

10 lines (9 loc) 746 B
import { FormBuilder } from '@angular/forms'; import { AbstractRegistrationFormComponent, LoggerService, SignUpService } from '@netgrif/components-core'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class RegistrationFormComponent extends AbstractRegistrationFormComponent { constructor(formBuilder: FormBuilder, signupService: SignUpService, log: LoggerService, translate: TranslateService, minPasswordLength: any); static ɵfac: i0.ɵɵFactoryDeclaration<RegistrationFormComponent, [null, null, null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<RegistrationFormComponent, "nc-registration-form", never, {}, {}, never, never, false, never>; }