recaptcha-forms.module.d.ts 588 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./recaptcha-value-accessor.directive";
  3. import * as i2 from "@angular/forms";
  4. import * as i3 from "./recaptcha-common.module";
  5. export declare class RecaptchaFormsModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<RecaptchaFormsModule, never>;
  7. static ɵmod: i0.ɵɵNgModuleDeclaration<RecaptchaFormsModule, [typeof i1.RecaptchaValueAccessorDirective], [typeof i2.FormsModule, typeof i3.RecaptchaCommonModule], [typeof i1.RecaptchaValueAccessorDirective]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<RecaptchaFormsModule>;
  9. }