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.
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.