You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ export class SomeComponent implements OnDestroy {
37
37
38
38
### Bootstrapping
39
39
40
-
It is recommended to create the app store in a factory, for supporting redux (and the redux dev tools) inside Angular2's zone. That means the app store will only be created once angular is bootstrapped:
40
+
Creating the app store in a factory is recommended. This will support redux (and the redux dev tools) inside Angular2's zone and means that the app store will only be created after angular is bootstrapped:
0 commit comments