ngx-pwd-strength
Version:
Angular Package, that measure password strength and indicate how secure is it
10 lines (9 loc) • 580 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-pwd-strength.component";
import * as i2 from "./ngx-pwd-strength.directive";
import * as i3 from "@angular/common";
export declare class NgxPwdStrengthModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxPwdStrengthModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxPwdStrengthModule, [typeof i1.NgxPwdStrengthComponent, typeof i2.NgxPwdStrengthDirective], [typeof i3.CommonModule], [typeof i2.NgxPwdStrengthDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxPwdStrengthModule>;
}