UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

15 lines 679 B
import { PasswordStrengthColor } from './password.model'; import * as i0 from "@angular/core"; export declare class PasswordStrengthCheckerService { private GREEN; private YELLOW; private RED; hasLowerCase(password: string): boolean; hasUpperCase(password: string): boolean; hasNumbers(password: string): boolean; hasSpecialChars(password: string): boolean; getStrengthColor(password: string): PasswordStrengthColor; static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthCheckerService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PasswordStrengthCheckerService>; } //# sourceMappingURL=password-strength-checker.service.d.ts.map