diff --git a/android.html b/android.html index 3c8e1ca..aae29b9 100644 --- a/android.html +++ b/android.html @@ -886,7 +886,7 @@

2.4. Preview

diff --git a/file.html b/file.html index e64278a..4b385ba 100644 --- a/file.html +++ b/file.html @@ -445,7 +445,7 @@

New File

diff --git a/index.html b/index.html index 029714e..b5668e1 100644 --- a/index.html +++ b/index.html @@ -3304,12 +3304,28 @@

https://immerjs.github.io/immer/

+
+
shell-commands
+
+
npm install @angular/cli
+npx ng n ng-demo
+cd ng-demo
+webstorm .
+npm start
+npx ng g s services/store
+npx ng g c components/register
+npm install immer
+ng g s services/todo
+ng g c components/to
+ng g c components/todo
+
+
diff --git a/somePage.html b/somePage.html index e0996f8..4a31641 100644 --- a/somePage.html +++ b/somePage.html @@ -445,7 +445,7 @@

Some Page