https://github.com/angular/angular
Raw File
Tip revision: ace0a683f60eba3d30d11f241c59e37386b2b805 authored by Alex Rickabaugh on 02 November 2023, 21:39:01 UTC
release: cut the v16.2.12 release
Tip revision: ace0a68
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