From f6562c4eb1ee984efe8a5d195dd0a7b08a4376fa Mon Sep 17 00:00:00 2001 From: John Kallies <3021949+JohnKallies@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:16:09 -0500 Subject: [PATCH] Update scss property name in angular.json This changes with Angular 9, and causes failures when using ng generate _____ --- ui/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/angular.json b/ui/angular.json index 97af91553..daad105a5 100644 --- a/ui/angular.json +++ b/ui/angular.json @@ -11,7 +11,7 @@ }, "@schematics/angular:component": { "prefix": "app", - "styleext": "scss", + "style": "scss", "lintFix": true }, "@schematics/angular:directive": {