Ignite UI CLI Version
latest
Framework
Angular
CLI Command
Other
Node.js Version
latest
Operating System
Windows
Package Manager
None
Description
Adding igniteui-angular in brand new project using the ng add command does not provide the animationProvider
Steps to Reproduce
1.ng new
2.ng add igniteui-angular@latest
3.observe
Actual Result
If you look at the app.config.ts file the provideAnimations is imported but for some reason is not added to the providers.
Expected Result
provideAnimations should be added to the providers because it is a must for our product.
Error Output / Logs
Additional Context
No response
Ignite UI CLI Version
latest
Framework
Angular
CLI Command
Other
Node.js Version
latest
Operating System
Windows
Package Manager
None
Description
Adding igniteui-angular in brand new project using the ng add command does not provide the animationProvider
Steps to Reproduce
1.ng new
2.ng add igniteui-angular@latest
3.observe
Actual Result
If you look at the
app.config.tsfile theprovideAnimationsis imported but for some reason is not added to the providers.Expected Result
provideAnimationsshould be added to the providers because it is a must for our product.Error Output / Logs
Additional Context
No response