Angular-2-Page-Slider
Angular-2-Page-Slider copied to clipboard
BrowserModule
Please use CommonModule instead of BrowserModule because when I use Browser module in other component I get error: "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 also facing same issue,can anyone help for what happened?
Anybody got a fix for this problem?