https://github.com/angular/angular
Raw File
Tip revision: b31a9a75ad71b5aae098b3cf5588a73b226a9faf authored by Andrew Kushnir on 20 October 2021, 16:57:26 UTC
release: cut the v13.0.0-rc.1 release (#43911)
Tip revision: b31a9a7
stackblitz.json
{
  "description": "Inputs and Outputs",
  "files": [
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1,2].*"
  ],
  "file": "src/app/app.component.ts",
  "tags": ["Inputs and Outputs"]
}
back to top