collection.json 243 B

12345678910
  1. {
  2. "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  3. "schematics": {
  4. "ng-add": {
  5. "description": "Add Ionic to your project",
  6. "factory": "./add",
  7. "schema": "./add/schema.json"
  8. }
  9. }
  10. }