peterbsmyth / ngx-breadcrumbs

Angular 4+ routing breadcrumbs
MIT License
60 stars 43 forks source link

BrowserModule has already been loaded issue only on live dist #9

Open ewwgit opened 6 years ago

ewwgit commented 6 years ago

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