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

@ -102,7 +102,9 @@ class ExampleZipper {
'src/typings.d.ts',
'src/environments/**/*',
'src/tsconfig.*',
'src/tslint.*'
'src/tslint.*',
// Only ignore root package.json
'!package.json'
];
var alwaysExcludes = [
'!**/bs-config.e2e.json',
@ -110,7 +112,6 @@ class ExampleZipper {
'!**/*zipper.*',
'!**/systemjs.config.js',
'!**/npm-debug.log',
'!**/package.json',
'!**/example-config.json',
'!**/wallaby.js',
// AoT related files