https://github.com/angular/angular
Raw File
Tip revision: 6ac05c05e9c61f3ba67d9324b420d13565b2adbf authored by Misko Hevery on 03 February 2021, 22:40:54 UTC
release: cut the v11.2.0-next.1 release
Tip revision: 6ac05c0
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