https://github.com/angular/angular
Raw File
Tip revision: f2ba19253d09786982ecfc913c11a5ed0806555f authored by Andrew Scott on 29 March 2023, 22:36:27 UTC
release: cut the v16.0.0-next.5 release
Tip revision: f2ba192
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