https://github.com/angular/angular
Raw File
Tip revision: cc57b24881e8ee4a0f19b62e7423e22fbe3f122f authored by Andrew Kushnir on 13 September 2023, 17:30:06 UTC
release: cut the v16.2.5 release
Tip revision: cc57b24
stackblitz.json
{
    "description": "i18n",
    "files":[
      "!**/*.d.ts",
      "!**/*.js",
      "!**/*.[0-9].*",
      "!doc-files/**/*",	
      "**/*.xlf"
    ],
    "file": "src/app/app.component.ts", 
    "tags": ["Angular", "i18n", "internationalization"],
    "devDependencies": ["@angular/compiler-cli", "typescript"]
}
back to top