Skip to content

Instantly share code, notes, and snippets.

@jonbcampos
Last active September 10, 2018 19:35
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 jonbcampos/1f29aed048fb506daac71987f36b0e12 to your computer and use it in GitHub Desktop.
Save jonbcampos/1f29aed048fb506daac71987f36b0e12 to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
// Adds Angular Material to an application without changing any templates
"ng-add": {
"description": "Adds Angular Material to the application without affecting any templates",
"factory": "./install",
"schema": "./install/schema.json",
"aliases": ["material-shell"] # <-- name/alias of Schematic
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment