Skip to content

Commit

Permalink
docs(RouteParams): fixe incorrect import in Route and Query Params do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
littleStudent authored and MikeRyanDev committed Apr 23, 2016
1 parent 1ea2806 commit 373c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The Router exposes route and query parameters using observable services.

Using `RouteParams`:
```ts
import { QueryParams } from '@ngrx/router';
import { RouteParams } from '@ngrx/router';

@Component({
selector: 'post-page',
Expand Down

0 comments on commit 373c297

Please sign in to comment.