https://github.com/angular/angular
Raw File
Tip revision: b2a081a19d6d006023b0f79076e9e499441a7810 authored by Andrew Kushnir on 27 January 2022, 00:10:13 UTC
release: cut the v12.2.16 release (#44847)
Tip revision: b2a081a
stackblitz.json
{
  "description": "Two-way binding",
  "files": [
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1,2].*"
  ],
  "file": "src/app/app.component.ts",
  "tags": ["Two-way binding"]
}
back to top