Skip to content

Instantly share code, notes, and snippets.

@dannyockilson
Last active November 14, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyockilson/278c927f5089337ddece7cf524ed2f8d to your computer and use it in GitHub Desktop.
Save dannyockilson/278c927f5089337ddece7cf524ed2f8d to your computer and use it in GitHub Desktop.
Multiple schematics
{
"cli": {
"defaultCollection": "."
}
}
{
"$schema": "http://schema.angular.io/schematics/collection/2",
"extends": [
"@schematics/angular",
"@ngrx/schematics"
]
}
{
...other stuff...
"schematics": "./collection.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment