https://github.com/angular/angular
Raw File
Tip revision: a4c9e8df6d28f70804c69e42c6094cd6323fc6bc authored by Andrew Kushnir on 22 June 2022, 23:44:31 UTC
release: cut the v14.0.3 release
Tip revision: a4c9e8d
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