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
Describe the feature or problem you'd like to solve
Provide an example in the documentation for how to test functional route guards without using NgModule
Proposed solution
People who don't use NgModule anymore will be able to understand how to use ng-mocks more easily
Additional context
The existing documentation is great, but does make use of NgModule. . It would be great to see the example of how to setup ng-mocks using the provideRouter and bootstrapApplication() instead of RouterModule.forRoot() and any NgModules
The text was updated successfully, but these errors were encountered:
Describe the feature or problem you'd like to solve
Provide an example in the documentation for how to test functional route guards without using NgModule
Proposed solution
People who don't use NgModule anymore will be able to understand how to use ng-mocks more easily
Additional context
The existing documentation is great, but does make use of NgModule. . It would be great to see the example of how to setup ng-mocks using the
provideRouter
andbootstrapApplication()
instead ofRouterModule.forRoot()
and any NgModulesThe text was updated successfully, but these errors were encountered: