Skip to content

Commit

Permalink
chore(docs): Add missing from in metareducer example. (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored and brandonroberts committed Sep 21, 2017
1 parent ddb2f97 commit 5573ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ the Store API and a `Provider` to register the meta reducers through dependency
injection.

```ts
import { MetaReducer, META_REDUCERS } '@ngrx/store';
import { MetaReducer, META_REDUCERS } from '@ngrx/store';
import { SomeService } from './some.service';

export function getMetaReducers(some: SomeService): MetaReducer[] {
Expand Down

0 comments on commit 5573ec0

Please sign in to comment.