https://github.com/angular/angular
Raw File
Tip revision: 73ec0c61fad8df07fbce3109fcfec46e7304205d authored by Andrew Scott on 30 November 2022, 20:11:37 UTC
release: cut the v15.0.2 release
Tip revision: 73ec0c6
stackblitz.json
{
  "description": "Component Communication Cookbook samples",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "tags":["cookbook", "component"]
}
back to top