https://github.com/angular/angular
Raw File
Tip revision: 05657cfde4514671570a674a4be83989729e2740 authored by Jessica Janiuk on 19 July 2023, 19:30:17 UTC
release: cut the v16.2.0-next.3 release
Tip revision: 05657cf
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