docs: add schematics guide (#28343)

PR Close #28343
This commit is contained in:
Judy Bogart
2019-01-24 08:45:34 -08:00
committed by Matias Niemelä
parent a3ec058f6b
commit bc99b774ba
37 changed files with 1295 additions and 18 deletions

View File

@ -88,6 +88,11 @@ BOILERPLATE_PATHS.ivy = {
]
};
BOILERPLATE_PATHS.schematics = [
...cliRelativePath,
'angular.json'
];
const EXAMPLE_CONFIG_FILENAME = 'example-config.json';
class ExampleBoilerPlate {