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 get this error when I import NgxGalleryModule into a feature module:
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.
The problem seems to be this import in NgxGalleryModule:
import {HAMMER_GESTURE_CONFIG, HammerGestureConfig} from '@angular/platform-browser';
Is there a work around for this?
The text was updated successfully, but these errors were encountered:
I get this error when I import NgxGalleryModule into a feature module:
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.
The problem seems to be this import in NgxGalleryModule:
import {HAMMER_GESTURE_CONFIG, HammerGestureConfig} from '@angular/platform-browser';
Is there a work around for this?
The text was updated successfully, but these errors were encountered: