We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2f6c0 commit ab50122Copy full SHA for ab50122
exercises/ngrx.html
@@ -66,7 +66,7 @@ <h2>ngrx basics</h2>
66
<h2>Basic Setup</h2>
67
<ul>
68
<li>Initialize a <a href="https://angular.io/tutorial/toh-pt0" target="_blank">new Angular application</a> with Angular CLI</li>
69
- <pre><code>ng new ngrx-exercise</code></pre>
+ <pre><code>ng new ngrx-exercise --standalone false</code></pre>
70
<li>Add <code>@ngrx/store</code> and <code>@ngrx/store-devtools</code> to the dependencies with npm/yarn</li>
71
<li>
72
Download the <a href="https://github.com/reduxjs/redux-devtools">Redux Devtools Extension</a> for
0 commit comments