Skip to content

Commit

Permalink
docs(router-store): update documentation for provider function
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Stanimirović <markostanimirovic95@gmail.com>
  • Loading branch information
yharaskrik and markostanimirovic authored Aug 24, 2022
1 parent 3a2d194 commit 82ece09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/router-store/src/provide_router_store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import { StoreRouterConnectingService } from './store_router_connecting.service'
import { EnvironmentProviders } from '@ngrx/store';

/**
* Provider function to connect the RouterModule to the StoreModule
* Connects the Angular Router to the Store.
*
* Usage:
* @usageNotes
*
* ```typescript
* bootstrapApplication(AppComponent, {
Expand Down

0 comments on commit 82ece09

Please sign in to comment.