https://github.com/angular/angular
Raw File
Tip revision: 9b4263bf70039ebb9f8d1eb81fc082d8a2c63a15 authored by Joey Perrott on 10 February 2021, 23:32:04 UTC
release: cut the v12.0.0-next.0 release (#40793)
Tip revision: 9b4263b
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