https://github.com/angular/angular
Raw File
Tip revision: 05657cfde4514671570a674a4be83989729e2740 authored by Jessica Janiuk on 19 July 2023, 19:30:17 UTC
release: cut the v16.2.0-next.3 release
Tip revision: 05657cf
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