Skip to content

Commit fc1421e

Browse files
committed
fix(application): add e2e schematics to fulfill ng g app
addresses #50
1 parent 6aca0b2 commit fc1421e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

collection.json

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"aliases": ["app"],
4747
"extends": "@schematics/angular:application"
4848
},
49+
"e2e": {
50+
"extends": "@schematics/angular:e2e"
51+
},
4952
"library": {
5053
"aliases": ["lib"],
5154
"extends": "@schematics/angular:library"

0 commit comments

Comments
 (0)