From 008971ac858933677c57de0fb1781a076e4d9556 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 20 Apr 2023 17:23:54 +0200 Subject: [PATCH] Adapt code to v10.0.0 --- angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 9b9c2c7d..cab76935 100644 --- a/angular.json +++ b/angular.json @@ -139,8 +139,11 @@ }, "schematics": { "@schematics/angular:component": { + "prefix": "ngx", "style": "scss" }, - "@schematics/angular:directive": {} + "@schematics/angular:directive": { + "prefix": "ngx" + } } }