https://github.com/angular/angular
Raw File
Tip revision: 263bbd43c1808f1201bc4b50fe76e8fbba672c51 authored by Andrew Scott on 22 February 2021, 21:48:16 UTC
release: cut the v11.2.2 release (#40951)
Tip revision: 263bbd4
stackblitz.json
{
    "description": "i18n",
    "files":[
      "!**/*.d.ts",
      "!**/*.js",
      "!**/*.[0-9].*",
      "!doc-files/**/*",	
      "**/*.xlf"
    ],
    "file": "src/app/app.component.ts", 
    "tags": ["Angular", "i18n", "internationalization"]
}
back to top