From d92b6b38bd361696ac8f81a82fe3b033aca0b8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=91=98=E6=96=B0?= Date: Mon, 30 May 2022 17:38:20 +0800 Subject: [PATCH] fix(module:install): fixed ngAdd error when ng version >=13, fix #835 --- schematics/ng-add/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schematics/ng-add/schema.json b/schematics/ng-add/schema.json index a8aa66cd..b84e6738 100644 --- a/schematics/ng-add/schema.json +++ b/schematics/ng-add/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema", - "id": "ngAdd", + "$id": "ngAdd", "title": "add NG-ZORRO-MOBILE", "type": "object", "properties": {