diff --git a/src/schematics/collection.json b/src/schematics/collection.json index 72b2c56f44..f06ae24739 100644 --- a/src/schematics/collection.json +++ b/src/schematics/collection.json @@ -2,10 +2,20 @@ "name": "nrwl", "version": "0.1", "schematics": { + "application": { + "factory": "./workspace", + "schema": "./workspace/schema.json", + "description": "Create an Angular Bazel workspace." + }, + "app": { + "factory": "./app", + "schema": "./app/schema.json", + "description": "Create an Angular application." + }, "addNgRxToModule": { "factory": "./addNgRxToModule", "schema": "./addNgRxToModule/schema.json", "description": "Add NgRx support to a module." } } -} \ No newline at end of file +}