ng2-password-strength-bar
ng2-password-strength-bar copied to clipboard
Move angular dependencies to dev dependencies.
When I'm using this module npm forces me to download version of angular that I didn't want to use. Only angular core should be main dependency, and version 2.whatever would be enough. Other angular dependencies are used only for tests, and should be treated as dev deps.