mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* feat(angular): support ng add * feat(): add build aditions * chore(): update schematics * chore(): bad style import
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
"schematics": {
|
|
"ng-add": {
|
|
"description": "Add Ionic to your project",
|
|
"factory": "./add",
|
|
"schema": "./add/schema.json"
|
|
}
|
|
}
|
|
}
|