{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add library to the project and auto import ReactiveFormsModule.",
      "factory": "./ng-add",
      "schema": "./ng-add/schema.json"
    },
    "loginForm":{
      "description": "Create a component with a login form",
      "factory": "./ng-generate/login-form/index#loginForm",
      "schema": "./ng-generate/login-form/schema.json",
      "aliases": ["login-form"]
    },
    "hello":{
      "description": "Create a hello.ts",
      "factory": "./ng-generate/hello/index#hello",
      "schema": "./ng-generate/hello/schema.json"
    }
  }
}
