https://github.com/angular/angular
Raw File
Tip revision: 5f736089db634ec5abde7e9c35c731bf681d4aee authored by Dylan Hunn on 06 December 2023, 18:18:55 UTC
release: cut the v17.1.0-next.3 release
Tip revision: 5f73608
stackblitz.json
{
  "description": "Angular Animations Guide",
  "files":[
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1,2,3].*"
  ],
  "file": "src/app/app.component.ts",
  "tags": ["animations"]
}
back to top