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

14 lines
253 B
JSON

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