https://github.com/angular/angular
Raw File
Tip revision: fe81ff8cd6948bea5a6212721ea920a8572248e1 authored by Alex Rickabaugh on 04 October 2023, 21:27:05 UTC
release: cut the v17.0.0-next.7 release
Tip revision: fe81ff8
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