I'm submitting a ...
[ ] bug report
[x] feature request
[x] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Feature/improvement
What is the current behavior?
Currently, we're installing multiple versions of angular (when testing with angular 5).
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar.
What is the expected behavior?
We should rely on the @angular/* versions installed in the app.
However, we could and should leave the @angular/cli, @angular/compiler, @angular/compiler-cli, and @angular/language-service in devDependencies still.
What is the motivation / use case for changing the behavior?
be able to test any @angular@next avoiding conflict issues, such as
ERROR in Error: Metadata version mismatch for module
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
I'm submitting a ... [ ] bug report [x] feature request [x] question about the decisions made in the repository
Do you want to request a feature or report a bug? Feature/improvement
What is the current behavior? Currently, we're installing multiple versions of angular (when testing with angular 5).
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar.
What is the expected behavior? We should rely on the
@angular/*
versions installed in the app. However, we could and should leave the@angular/cli
,@angular/compiler
,@angular/compiler-cli
, and@angular/language-service
in devDependencies still.What is the motivation / use case for changing the behavior? be able to test any
@angular@next
avoiding conflict issues, such asPlease tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies