Skip to content

Commit fb3067e

Browse files
authored
fix: empty object in StoreModule
1 parent 2a1c121 commit fb3067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ And in the `imports` array of the `AppModule` declarations, add this line:
4848
// other metadata
4949
imports: [
5050
// other imports
51-
StoreModule.forRoot([]),
51+
StoreModule.forRoot({}),
5252
],
5353
})
5454
export class AppModule {}

0 commit comments

Comments
 (0)