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
When trying to use NG workshop everything is fine until attempting to use the card grid in a lazy loaded module. Looking at the code I noticed you are importing the routerModule.ForRoot() which when importing the module will cause it to break in a lazy loaded module do to having a .ForRoot() instead of .ForChild(). This will happen with any workshop module that has a routerModule.ForRoot() import and currently any modules of ng workshop are unusable in a lazy loaded section of an application.
The text was updated successfully, but these errors were encountered:
When trying to use NG workshop everything is fine until attempting to use the card grid in a lazy loaded module. Looking at the code I noticed you are importing the routerModule.ForRoot() which when importing the module will cause it to break in a lazy loaded module do to having a .ForRoot() instead of .ForChild(). This will happen with any workshop module that has a routerModule.ForRoot() import and currently any modules of ng workshop are unusable in a lazy loaded section of an application.
The text was updated successfully, but these errors were encountered: