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
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."
The text was updated successfully, but these errors were encountered:
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."
The text was updated successfully, but these errors were encountered: