Last active
November 14, 2018 21:15
-
-
Save dannyockilson/278c927f5089337ddece7cf524ed2f8d to your computer and use it in GitHub Desktop.
Multiple schematics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cli": { | |
"defaultCollection": "." | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://schema.angular.io/schematics/collection/2", | |
"extends": [ | |
"@schematics/angular", | |
"@ngrx/schematics" | |
] | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
...other stuff... | |
"schematics": "./collection.json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment