monkey-front-components 0.0.344 → 0.0.345
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/shared/password-strength/password-strength.component.mjs +4 -1
- package/fesm2015/monkey-front-components.mjs +3 -0
- package/fesm2015/monkey-front-components.mjs.map +1 -1
- package/fesm2020/monkey-front-components.mjs +3 -0
- package/fesm2020/monkey-front-components.mjs.map +1 -1
- package/monkey-front-components-0.0.345.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-components-0.0.344.tgz +0 -0
|
@@ -2471,6 +2471,9 @@ class MECXPasswordStrengthComponent {
|
|
|
2471
2471
|
}
|
|
2472
2472
|
ngOnInit() {
|
|
2473
2473
|
this.configService.config().subscribe((_) => {
|
|
2474
|
+
console.log('.................');
|
|
2475
|
+
console.log(_);
|
|
2476
|
+
console.log('.................');
|
|
2474
2477
|
this.onHandlePasswordStrengthKeys(_);
|
|
2475
2478
|
});
|
|
2476
2479
|
}
|