diff --git a/src/cdk/schematics/ng-generate/drag-drop/schema.json b/src/cdk/schematics/ng-generate/drag-drop/schema.json index cc7f69170d95..4ad396b91496 100644 --- a/src/cdk/schematics/ng-generate/drag-drop/schema.json +++ b/src/cdk/schematics/ng-generate/drag-drop/schema.json @@ -7,6 +7,9 @@ "path": { "type": "string", "format": "path", + "$default": { + "$source": "workingDirectory" + }, "description": "The path to create the component.", "visible": false },