https://github.com/angular/angular
Raw File
Tip revision: 257a30d7b394867be59dbdaf56cfe8e572c02fb8 authored by Dylan Hunn on 01 December 2021, 21:04:18 UTC
release: cut the v13.0.3 release (#44332)
Tip revision: 257a30d
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