All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.schematics.ng-generate.control-flow-migration.schema.json Maven / Gradle / Ivy

There is a newer version: 18.2.12
Show newest version
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "AngularControlFlowMigration",
  "title": "Angular Control Flow Migration Schema",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Path relative to the project root which should be migrated",
      "x-prompt": "Which path in your project should be migrated?",
      "default": "./"
    },
    "format": {
      "type": "boolean",
      "description": "Enables reformatting of your templates",
      "x-prompt": "Should the migration reformat your templates?",
      "default": "true"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy