https://github.com/angular/angular
Raw File
Tip revision: 5db7b4c354d812938aa247a18154d6a61948547c authored by atscott on 14 October 2020, 20:33:19 UTC
release: cut the v10.1.6 release
Tip revision: 5db7b4c
stackblitz.json
{
  "description": "Angular Animations Guide",
  "files":[
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1,2,3].*"
  ],
  "file": "src/app/app.component.ts",
  "tags": ["animations"]
}
back to top