Nov 1 · 1 min read
Thank you for share :) good work. I save my code library :)
I take this error and I search on the forums. to summary BrowserAnimationsModule not working on lazyload modules.
for solution, if this code take error in other angular versions (Error :Please include either “BrowserAnimationsModule” or “NoopAnimationsModule” in your application ), you add this code “animations: [speedDialFabAnimations]” in xx.coponents.ts in @ Component
@ Component({
selector: ‘app-fam’,
templateUrl: ‘./fam.component.html’,
styleUrls: [‘./fam.component.css’],
animations: [speedDialFabAnimations]
})
