From c2ecde217db8d863fd2f10445832f24cdeb75e30 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukanov Date: Fri, 13 Jan 2023 06:11:00 +0300 Subject: [PATCH] Add - configuration OnPush and scss for new components created by cli --- apps/codelab/project.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/codelab/project.json b/apps/codelab/project.json index c58a43dd3..8f0ccb775 100644 --- a/apps/codelab/project.json +++ b/apps/codelab/project.json @@ -4,6 +4,12 @@ "projectType": "application", "sourceRoot": "apps/codelab/src", "prefix": "codelab", + "schematics": { + "@schematics/angular:component": { + "style": "scss", + "changeDetection": "OnPush" + } + }, "i18n": { "sourceLocale": "en-US", "locales": {