From 28495b1f7a96e61dcf544c50a49da113b28e9ba0 Mon Sep 17 00:00:00 2001 From: Joeri Deplus Date: Mon, 18 Dec 2017 15:29:19 +0100 Subject: [PATCH 1/7] Selected output emits a number[] Selected output emits a number[] instead of a Pizza --- src/products/components/pizza-form/pizza-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/products/components/pizza-form/pizza-form.component.ts b/src/products/components/pizza-form/pizza-form.component.ts index eca53fb4d..8b2c03854 100755 --- a/src/products/components/pizza-form/pizza-form.component.ts +++ b/src/products/components/pizza-form/pizza-form.component.ts @@ -92,7 +92,7 @@ export class PizzaFormComponent implements OnChanges { @Input() pizza: Pizza; @Input() toppings: Topping[]; - @Output() selected = new EventEmitter(); + @Output() selected = new EventEmitter(); @Output() create = new EventEmitter(); @Output() update = new EventEmitter(); @Output() remove = new EventEmitter(); From e074f6b67107231a66e9ea582806bc9a57c2ac55 Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Wed, 14 Feb 2018 19:43:37 +0000 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba81a3826..1b2fa8275 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ NGRX: Store + Effects app --- - + --- From 20197e6964a758699cbeacb0ca8ba3d302b3829d Mon Sep 17 00:00:00 2001 From: Niels den Dekker Date: Sat, 8 Feb 2020 09:32:35 +0000 Subject: [PATCH 3/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b2fa8275..5f467f584 100755 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@

- + NGRX: Store + Effects app

Project seed app for our NGRX application using Angular, NGRX Store, Effects, Router Store.

--- - + --- > This repo serves as the seed project for the Ultimate Angular NGRX Store + > Effects course as well as the final solution in stepped branches, come and -> [learn NGRX](https://ultimateangular.com/courses/) with us! +> [learn NGRX](https://ultimatecourses.com/learn/ngrx-store-effects) with us! [Setup and install](#setup-and-install) | [Tasks](#tasks) | [Resources](#resources) From ee4150d90a7c0cb851f225185c5910eab9f6455e Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Tue, 1 Jun 2021 16:16:12 +0100 Subject: [PATCH 4/7] Update node-sass to v6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc744bd1a..dcffc0982 100755 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "karma-spec-reporter": "0.0.31", "karma-webpack": "2.0.4", "ngrx-store-freeze": "^0.2.0", - "node-sass": "4.5.3", + "node-sass": "6.0.0", "progress-bar-webpack-plugin": "1.9.3", "raw-loader": "0.5.1", "rimraf": "2.6.2", From 325b5324091af0ff935686cbec1949086941d0de Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Fri, 26 Jan 2024 09:45:51 +0000 Subject: [PATCH 5/7] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcffc0982..71045a1d0 100755 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "karma-spec-reporter": "0.0.31", "karma-webpack": "2.0.4", "ngrx-store-freeze": "^0.2.0", - "node-sass": "6.0.0", + "sass": "^1.70.0", "progress-bar-webpack-plugin": "1.9.3", "raw-loader": "0.5.1", "rimraf": "2.6.2", From dae608184e72f63e35297704465730f13352892f Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Fri, 26 Jan 2024 09:49:05 +0000 Subject: [PATCH 6/7] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f467f584..d4d7b816c 100755 --- a/README.md +++ b/README.md @@ -42,9 +42,7 @@ some quick tasks: ``` cd -yarn install -# OR -npm install +npm install --legacy-peer-deps ``` This will then setup all the development and production dependencies we need. @@ -52,8 +50,6 @@ This will then setup all the development and production dependencies we need. Now simply run this to boot up the server: ``` -yarn start -# OR npm start ``` From 2c39c6e87fc1cc9ab76b590aac88deb88068073c Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Fri, 26 Jan 2024 09:56:35 +0000 Subject: [PATCH 7/7] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 71045a1d0..a91222fbe 100755 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "karma-webpack": "2.0.4", "ngrx-store-freeze": "^0.2.0", "sass": "^1.70.0", + "node-sass": "^9.0.0", "progress-bar-webpack-plugin": "1.9.3", "raw-loader": "0.5.1", "rimraf": "2.6.2",