{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "extends": ["@schematics/angular"],
  "schematics": {
    "component": {
      "aliases": ["c"],
      "description": "Creates a component with a shallow-render spec template",
      "factory": "./component",
      "schema": "./component/schema.json"
    },
    "ng-add": {
      "factory": "./ng-add",
      "schema": "./ng-add/schema.json",
      "description": "Add shallow-render to the project"
    }
  }
}
