Skip to content

Commit

Permalink
Add missing quote.
Browse files Browse the repository at this point in the history
Without this quote Angular CLI is not able to execute any of  the schematics.
  • Loading branch information
piotrtomiak committed Jun 19, 2018
1 parent f31b2f4 commit 15b8bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/schematics/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"description": "Create a component with a responsive sidenav for navigation",
"factory": "./nav/index",
"schema": "./nav/schema.json",
"aliases": [ "material-nav", "materialNav ]
"aliases": [ "material-nav", "materialNav" ]
},
// Creates a address form component
"addressForm": {
Expand Down

0 comments on commit 15b8bd3

Please sign in to comment.