Skip to content

Commit ab50122

Browse files
Add standalone flag
1 parent 1c2f6c0 commit ab50122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/ngrx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>ngrx basics</h2>
6666
<h2>Basic Setup</h2>
6767
<ul>
6868
<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>
69+
<pre><code>ng new ngrx-exercise --standalone false</code></pre>
7070
<li>Add <code>@ngrx/store</code> and <code>@ngrx/store-devtools</code> to the dependencies with npm/yarn</li>
7171
<li>
7272
Download the <a href="https://github.com/reduxjs/redux-devtools">Redux Devtools Extension</a> for

0 commit comments

Comments
 (0)