You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when using this package...
"zone.js:484 Unhandled Promise rejection: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module..."
I've noticed that changing the BrowserModule import to CommonModule in the ngx-flyout.js file in the fesm5 folder seems to fix the error, though.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when using this package...
"zone.js:484 Unhandled Promise rejection: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module..."
I've noticed that changing the BrowserModule import to CommonModule in the ngx-flyout.js file in the fesm5 folder seems to fix the error, though.
The text was updated successfully, but these errors were encountered: