When I try to import FancyImageUploaderModule on a lazy module, I got the following error:
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.
When I try to import FancyImageUploaderModule on a lazy module, I got the following error:
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.
My main module (app.module.ts):
Lazy module with FancyImageUploaderModule: