-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Add dependency on @angular/animations for ng new projects #5928
Comments
@dave11mj we're looking at just adding the dependency with no generated files. This is part of some improvements we're making for the new projects. |
@filipesilva I opened a PR for the dependency on #5786 it seemed alright with @Brocco except for a change request to remove the generated file which I already applied on the commit. Could you take a look at it and let me know if its aligned with the requirements ? ^^ Thanks ! :D |
I'll ping @Brocco about it to see what should be done. |
Heya, turned out work as ongoing in #6144 now so I closed your PR in favor of that one. Thanks for taking the time to help out! |
@filipesilva #6144 fixes this issue too literally only by adding |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.0.0
Desired functionality.
The CLI should add
@angular/animations
by default to the package.json. This would make it easier to use animations and Angular Material, without any downside on rendered bundles unless the user imports them.The text was updated successfully, but these errors were encountered: