We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
Not relevant
ng new test-animation
app.component.ts
import { trigger, state, style, animate, transition } from '@angular/animations';
ng serve
ERROR in /PATH/test-animation/src/app/app.component.ts (2,60): Cannot find module '@angular/animations'.
I would like to be able to create new applications that support @angular/animations without additional configurations.
@angular/animations
An option I would propose is a --animation flag to the ng new command which would allow users to opt-in on user @angular/animations.
--animation
ng new
Animations is one of the features I really like about angular. ^^
The text was updated successfully, but these errors were encountered:
Closing in favor of #5928 as it's better aligned with what we decided to do.
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Successfully merging a pull request may close this issue.
Bug Report or Feature Request (mark with an
x
)Versions.
Not relevant
Repro steps.
ng new test-animation
app.component.ts
import { trigger, state, style, animate, transition } from '@angular/animations';
ng serve
The log given by the failure.
ERROR in /PATH/test-animation/src/app/app.component.ts (2,60): Cannot find module '@angular/animations'.
Desired functionality.
I would like to be able to create new applications that support
@angular/animations
without additional configurations.An option I would propose is a
--animation
flag to theng new
command which would allow users to opt-in on user@angular/animations
.Mention any other details that might be useful.
Animations is one of the features I really like about angular. ^^
The text was updated successfully, but these errors were encountered: