https://github.com/angular/angular
Raw File
Tip revision: fecd141dfa541eb3e1c62767820474265e9a2443 authored by Pawel Kozlowski on 08 November 2023, 12:21:00 UTC
release: cut the v17.0.0 release
Tip revision: fecd141
stackblitz.json
{
  "description": "Component Communication Cookbook samples",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "tags":["cookbook", "component"]
}
back to top