How to import BrowserAnimationModule when use Lazy Loading angular
How to use BrowserAnimationModule when Lazy Loading angular. But I use loadchildren routing angular, must important CommonModule but need use component which dependencies BrowserAnimationModule.
Solution
Add BrowserAnimationModule to main module and solved.