Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 644cd5b

Browse files
beemanfilipesilva
authored andcommitted
feat(@schematics/angular): use app as an alias for the application schematic
1 parent 11667c6 commit 644cd5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"schema": "./service-worker/schema.json"
2020
},
2121
"application": {
22+
"aliases": [ "app" ],
2223
"factory": "./application",
2324
"schema": "./application/schema.json",
2425
"description": "Create an Angular application."

0 commit comments

Comments
 (0)