https://github.com/angular/angular
Raw File
Tip revision: 8e1946ed529e290b8bbb787415d86f39e9db29c4 authored by Matthieu Riegler on 21 February 2023, 23:03:39 UTC
docs: escape script tag to prevent rendering problems (#49152)
Tip revision: 8e1946e
stackblitz.json
{
  "description": "Component Communication Cookbook samples",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "tags":["cookbook", "component"]
}
back to top