Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1510339

Browse filesBrowse files
committed
fix(schematics): use "$id" for schema ID
1 parent 7d920b7 commit 1510339
Copy full SHA for 1510339

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • libs/template/schematics/src/commands/ng-add
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libs/template/schematics/src/commands/ng-add/schema.json

Copy file name to clipboardExpand all lines: libs/template/schematics/src/commands/ng-add/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/schema",
3-
"id": "ngAdd",
3+
"$id": "ngAdd",
44
"title": "@rx-angular/template ng-add schematic",
55
"type": "object",
66
"properties": {},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.