https://github.com/angular/angular
Raw File
Tip revision: c4b6d474f87d3f1d094b7ab28cc8bdc2840734dd authored by Paul Gschwendtner on 14 July 2023, 15:21:34 UTC
WIP STYLING: temp change to fix styling template pipeline emit
Tip revision: c4b6d47
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