From 5702f3f1563dda6f0cea9725a62f3e89ed176f27 Mon Sep 17 00:00:00 2001 From: Benjamin RICHARD <1201755+Rebolon@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:49:06 +0200 Subject: [PATCH] Update angular.json for schematics --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index ea62e4d..88b7424 100644 --- a/angular.json +++ b/angular.json @@ -9,7 +9,8 @@ "@schematics/angular:component": { "inlineTemplate": true, "inlineStyle": true, - "style": "scss" + "style": "scss", + "changeDetection": "OnPush" } }, "root": "",