Skip to content

Commit d7b5b36

Browse files
committed
Add missing quote.
Without this quote Angular CLI is not able to execute any of the schematics.
1 parent f31b2f4 commit d7b5b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/schematics/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"description": "Create a component with a responsive sidenav for navigation",
2929
"factory": "./nav/index",
3030
"schema": "./nav/schema.json",
31-
"aliases": [ "material-nav", "materialNav ]
31+
"aliases": [ "material-nav", "materialNav" ]
3232
},
3333
// Creates a address form component
3434
"addressForm": {

0 commit comments

Comments
 (0)