angular-cn/aio/content/examples/structural-directives/stackblitz.json

13 lines
215 B
JSON
Raw Normal View History

{
"description": "Structural directives",
"files": [
"!**/*.d.ts",
"!**/*.js",
"!src/app/scrap.txt"
],
"tags": [
"structural", "directives", "template", "ngIf",
"ngSwitch", "ngFor"
]
}