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 have installed ngx-breadcrumbs in my application . it is working fine in development mode. When I build(using "ng build --prod") and run this index.html from that dist folder it is giving "BrowserModule has already been loaded. if you need access to common directives such as ngif and ngfor from a lazy loaded module, import common module instead."
How can I resolve this issue
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have installed ngx-breadcrumbs in my application . it is working fine in development mode. When I build(using "ng build --prod") and run this index.html from that dist folder it is giving "BrowserModule has already been loaded. if you need access to common directives such as ngif and ngfor from a lazy loaded module, import common module instead."
How can I resolve this issue
Thanks
The text was updated successfully, but these errors were encountered: