refactor(docs-infra): remove example configs for tooling that no longer exists

An example-config.json marked a directory as a doc example and told aio's
example tooling which boilerplate to use and what to run against it. #56496
removed that tooling in June 2024. Eight of these fifteen files are empty and no
code has read any of them since; the name survives only in the zip and
StackBlitz exclude lists, which skip it rather than open it.

(cherry picked from commit ddfd8a8e9b)
This commit is contained in:
Kam
2026-08-25 20:54:25 +03:00
committed by leonsenft
parent c84079ebf2
commit bf69e855be
15 changed files with 0 additions and 63 deletions
@@ -1,10 +0,0 @@
{
"projectType": "cli",
"overrideBoilerplate": ["tsconfig.json", "tsconfig.app.json"],
"tests": [
{
"cmd": "yarn",
"args": ["e2e"]
}
]
}
@@ -1,3 +0,0 @@
{
"projectType": "elements"
}
@@ -1,6 +0,0 @@
{
"tests": [
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadlessNoSandbox", "--no-watch"]},
{"cmd": "yarn", "args": ["e2e", "--configuration=production"]}
]
}
@@ -1,10 +0,0 @@
{
"projectType": "i18n",
"overrideBoilerplate": ["angular.json"],
"tests": [
{
"cmd": "yarn",
"args": ["e2e"]
}
]
}
@@ -1,3 +0,0 @@
{
"projectType": "schematics"
}
@@ -1,25 +0,0 @@
{
"projectType": "service-worker",
"tests": [
{"cmd": "yarn", "args": ["e2e"]},
{"cmd": "yarn", "args": ["build"]},
{
"cmd": "node",
"args": ["--eval", "assert(fs.existsSync('./dist/ngsw.json'), 'ngsw.json is missing')"]
},
{
"cmd": "node",
"args": [
"--eval",
"assert(fs.existsSync('./dist/ngsw-worker.js'), 'ngsw-worker.js is missing')"
]
},
{
"cmd": "node",
"args": [
"--eval",
"assert(require('./package.json').dependencies['@angular/service-worker'], '@angular/service-worker is missing')"
]
}
]
}
@@ -1,6 +0,0 @@
{
"tests": [
{"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadlessNoSandbox", "--no-watch"]},
{"cmd": "yarn", "args": ["e2e", "--configuration=production"]}
]
}