projecte_ionic/node_modules/@ionic/angular/schematics/collection.json
2022-02-09 18:30:03 +01:00

11 lines
243 B
JSON
Executable file

{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add Ionic to your project",
"factory": "./add",
"schema": "./add/schema.json"
}
}
}