Skip to content

Commit

Permalink
chore(): match angular schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jun 21, 2019
1 parent 022ab40 commit 1d52bd1
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"description": "Create an Ionic page.",
"schema": "./schematics/page/schema.json"
},
"class": {
"aliases": ["cl"],
"extends": "@schematics/angular:class"
},
"component": {
"aliases": ["c"],
"factory": "./schematics/component",
"description": "Create an Angular component.",
"schema": "./schematics/component/schema.json"
},
"class": {
"aliases": ["cl"],
"extends": "@schematics/angular:class"
},
"directive": {
"aliases": ["d"],
"extends": "@schematics/angular:directive"
Expand Down Expand Up @@ -54,6 +54,18 @@
"library": {
"aliases": ["lib"],
"extends": "@schematics/angular:library"
},
"serviceWorker": {
"aliases": ["service-worker"],
"extends": "@schematics/angular:serviceWorker"
},
"appShell": {
"aliases": ["app-shell"],
"extends": "@schematics/angular:appShell"
},
"webWorker": {
"aliases": ["web-worker"],
"extends": "@schematics/angular:webWorker"
}
}
}

0 comments on commit 1d52bd1

Please sign in to comment.