https://github.com/angular/angular
Raw File
Tip revision: a8e57a1fabdd4773477bbc9ca5e6ebcd34140624 authored by Alex Rickabaugh on 02 November 2023, 22:00:59 UTC
release: cut the v17.0.0-rc.2 release
Tip revision: a8e57a1
stackblitz.json
{
  "description": "Component Communication Cookbook samples",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "tags":["cookbook", "component"]
}
back to top