Skip to content

Commit

Permalink
Update text/0000-router-service-computed-query-params.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jan Bobisud <[email protected]>
  • Loading branch information
NullVoxPopuli and bobisjan authored Aug 9, 2019
1 parent 862674d commit 9aaa951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-router-service-computed-query-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Having query-param-related computed properties available everywhere will be a sh
```ts
import Route from '@ember/routing/route';
import { inject as service } from '@ember/service';
import { alias } from 'ember-query-params-service';
import { alias } from '@ember/object/computed';
export default class ApplicationRoute extends Route {
@service router;
Expand Down

0 comments on commit 9aaa951

Please sign in to comment.