https://github.com/angular/angular
Raw File
Tip revision: 28eecf571915f48e389d7b69c55d406001c31df8 authored by Alex Rickabaugh on 15 December 2021, 20:15:45 UTC
release: cut the v13.2.0-next.1 release (#44497)
Tip revision: 28eecf5
stackblitz.json
{
  "description": "Component Communication Cookbook samples",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "tags":["cookbook", "component"]
}
back to top