Answers for "browseranimationsmodule browsermodule has already been loaded"

0

browseranimationsmodule browsermodule has already been loaded

// Credit: https://stackoverflow.com/questions/39286667/browsermodule-has-already-been-loaded-error

I think you are using 'NoopAnimationsModule' or 'BrowserAnimationsModule',
Which already contain 'BrowserModule' and loading your module lazily.
SO the solution is Replace the BrowserModule with
'NoopAnimationsModule or 'BrowserAnimationsModule' in your 'app.module.ts'.
Posted by: Guest on August-03-2021

Code answers related to "browseranimationsmodule browsermodule has already been loaded"

Code answers related to "Javascript"

Browse Popular Code Answers by Language