UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

16 lines 878 B
import { EventEmitter } from '@angular/core'; import { PasswordService } from './password.service'; import * as i0 from "@angular/core"; /** * @deprecated: [MTM-56403] Password strength indicator removed from UI in favor of the enhanced password strength check list. */ export declare class PasswordStrengthComponent { private passwordStrengthCheckerService; set password(password: string); strength: EventEmitter<any>; model: any; constructor(passwordStrengthCheckerService: PasswordService); static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthComponent, "c8y-password-strength", never, { "password": { "alias": "password"; "required": false; }; }, { "strength": "strength"; }, never, never, true, never>; } //# sourceMappingURL=password-strength.component.d.ts.map