diff --git a/packages/schematics/component/schema.json b/packages/schematics/component/schema.json index bbdf061..77c97d6 100644 --- a/packages/schematics/component/schema.json +++ b/packages/schematics/component/schema.json @@ -8,7 +8,10 @@ "type": "string", "format": "path", "description": "The path to create the page", - "visible": false + "visible": false, + "$default": { + "$source": "workingDirectory" + } }, "project": { "type": "string", diff --git a/packages/schematics/page/schema.json b/packages/schematics/page/schema.json index 4b46a0a..6b29015 100644 --- a/packages/schematics/page/schema.json +++ b/packages/schematics/page/schema.json @@ -8,7 +8,10 @@ "type": "string", "format": "path", "description": "The path to create the page", - "visible": false + "visible": false, + "$default": { + "$source": "workingDirectory" + } }, "project": { "type": "string",