https://github.com/angular/angular
Raw File
Tip revision: 6280a98ff19162ec13c0d8118e0c176be1489b58 authored by Alex Rickabaugh on 02 June 2022, 16:49:43 UTC
release: cut the v14.0.0 release (#46223)
Tip revision: 6280a98
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