https://github.com/angular/angular
Raw File
Tip revision: 8a99ef18b4ae58736f0b7457e88908d3adcad613 authored by Alex Rickabaugh on 03 November 2021, 20:18:24 UTC
release: cut the v12.2.13 release (#44038)
Tip revision: 8a99ef1
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