https://github.com/angular/angular
Raw File
Tip revision: 9136dbd65c73e5d5e8a22a630662cad737663354 authored by Andrew Kushnir on 11 August 2021, 17:13:33 UTC
release: cut the v12.2.1 release (#43117)
Tip revision: 9136dbd
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