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
{{ message }}
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
Hi Team,
When trying to route to my jsonforms module by lazy loading, it is throwing 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.
And after debugging, found that there is an import of 'BrowserAnimationModule' in @jsonform/angular-material module. Can you check this and fix it ?
The text was updated successfully, but these errors were encountered:
Hi Team,
When trying to route to my jsonforms module by lazy loading, it is throwing 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.
And after debugging, found that there is an import of 'BrowserAnimationModule' in @jsonform/angular-material module. Can you check this and fix it ?
The text was updated successfully, but these errors were encountered: