fix(docs-infra): add progression files to exclude list for docs examples (#28650)

Also disables Http guide under Ivy tests with documented error

PR Close #28650
This commit is contained in:
Brandon
2019-02-11 20:40:19 +00:00
committed by Miško Hevery
parent 99e3a04ea2
commit 1e64f37257
2 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,17 @@
},
"exclude": [
"test.ts",
"**/*.spec.ts"
"**/*.spec.ts",
"**/*.avoid.ts",
"**/*.0.ts",
"**/*.1.ts",
"**/*.1b.ts",
"**/*.2.ts",
"**/*.3.ts",
"**/*.4.ts",
"**/*.5.ts",
"**/*.6.ts",
"**/*.7.ts"
],
"angularCompilerOptions": {
"enableIvy": "ngtsc",