docs: fix file name error in bookstore tutorial

pull/3901/head
mehmet-erim 6 years ago
parent 3b7ade7a33
commit 952084b4fc

@ -869,7 +869,7 @@ Import the `BookState` to the `app.module.ts` in the `src/app` folder and then a
```js
// ...
import { BookState } from './books/state/books.state'; //<== imported BookState ==>
import { BookState } from './books/state/book.state'; //<== imported BookState ==>
@NgModule({
imports: [

Loading…
Cancel
Save