https://github.com/angular/angular
Raw File
Tip revision: 2b0698def0197060ac13c67215fbe4bfea259b44 authored by Dylan Hunn on 25 October 2023, 21:31:06 UTC
release: cut the v17.0.0-rc.1 release
Tip revision: 2b0698d
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