ng2-password-strength-bar
ng2-password-strength-bar copied to clipboard
Change detection OnPush maybe?
All changes are done on Input change, so OnPush strategy would be viable, and would provide that sweet sweet performance boost.
changeDetection:
ChangeDetectionStrategy.OnPush`
@karolmie1 Hello, did you succeed on importing this Module in App.module.ts?
I'll try to prepare fix for #1, probably no earlier than on weekend. I'll have to learn a bit about creating typings for npm packages first.