-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in prod build ionic #9
Comments
Hi @ArtKuz, Is |
Thank you. It fix it for me. Please add this information in ReadMe. |
ERROR Error: Uncaught (in promise): Error: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead. I am using Ionic lazy loading. Requesting you to please help Home.module.ts file import { NgModule } from '@angular/core'; //Shared Module //Directives @NgModule({ |
I run:
and get error in ionic2-autosize:

Can you help me and resolve this problem?
The text was updated successfully, but these errors were encountered: