Created
November 24, 2018 01:39
-
-
Save buildmotion/2e12dabe57caec6417ad86e3d95ed29c to your computer and use it in GitHub Desktop.
debugging collection.json configuration
This file contains hidden or 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": "../node_modules/@angular-devkit/schematics/collection-schema.json", | |
"schematics": { | |
"tree-debug": { | |
"description": "A schematic to demonstrate how to debug and view [Tree] details..", | |
"factory": "./tree-debug" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment