Guest User

Untitled

a guest
Dec 6th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  3. "schematics": {
  4. "ng-add": {
  5. "description": "The default schematic to run when library is installed with ng add command",
  6. "factory": "./schematics/index#schematics"
  7. }
  8. }
  9. }
Add Comment
Please, Sign In to add comment