-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all: move ng dependencies and rxjs dependency in the root of the project #361
Labels
Milestone
Comments
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
In stark-ui, stark-core, ... we have devDependencies for @angular/* and for rxjs. (those packages have to be installed by the application itself)
Expected behavior
Instead of installing multiple times @angular deps in each package, we should install them in the ROOT of project and add paths to them in every package.
What is the motivation / use case for changing the behavior?
Improving the project
The text was updated successfully, but these errors were encountered: