{
  "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "model": {
      "description": "Angular model service with ngx-model",
      "factory": "./model/index#modelService",
      "schema": "./model/schema.json"
    }
  }
}
