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:
@ -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",
|
||||
|
Reference in New Issue
Block a user