https://github.com/angular/angular
Raw File
Tip revision: cc2d32adb91ebc133b315af86c9e8099bbecbcaf authored by Dylan Hunn on 14 September 2022, 23:58:17 UTC
release: cut the v14.2.2 release
Tip revision: cc2d32a
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