-
I am creating a password meter component in angular 11, part of the requirements is to add the matcher-pwned library, which I did, but when I try to do ng serve, I am getting compiler errors
any suggestions on how to resolve this? I tried searching on stack overflow but could not find a valid answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Interesting 🤔 |
Beta Was this translation helpful? Give feedback.
Interesting 🤔
It should distinguish between node and a browser build and it should do it on only if you use zxcvbn-ts.
Are you triggering the matcher on serve?