In Angular version of PasswordMeterComponent, Check method does not count score correctly.
**
public check() {
let score = 0
const checkScore = this.checkScore() <--- needs to be changed with this.getCheckScore()
...
...
**
Hi Stefan,
We don't have a PasswordMeter
example in our Angular app, it's just a core folder shared between all our Metronic apps (HTML/Vue/React/Angular). Anyway, thank you that you noted this case, I've added it to our backlog and we will publish an example of PasswordMeter
in the Angular version during the next upcoming releases.
Regards,
Keenthemes support