https://github.com/angular/angular
Raw File
Tip revision: 50392759100caf907c0c24ea529ae8f4a9f2c31e authored by Dylan Hunn on 15 September 2022, 02:54:27 UTC
release: cut the v15.0.0-next.2 release
Tip revision: 5039275
stackblitz.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"
  ]
}
back to top