The Stackblitz and zip-file include `doc-files` unnecssarily and are missing the locale files. This commit updates the `stackblitz.json` to fix this. PR Close #37947
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"description": "i18n",
|
|
"files":[
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[0-9].*",
|
|
"!doc-files/**/*",
|
|
"**/*.xlf"
|
|
],
|
|
"file": "src/app/app.component.ts",
|
|
"tags": ["Angular", "i18n", "internationalization"]
|
|
}
|