Skip to content

Commit 186d50d

Browse files
authored
feat(@angular/cli): add schema to the config (#4504)
So IDEs can actually use auto-completion, for example. This uses the installed @angular/cli in node_modules, so versions are updated correctly.
1 parent 33e8798 commit 186d50d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@angular/cli/blueprints/ng2/files/angular-cli.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
23
"project": {
34
"version": "<%= version %>",
45
"name": "<%= htmlComponentName %>"

0 commit comments

Comments
 (0)