mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
When using i18n with the dev server, the translation files will now be linked as a dependency to any file containing translated text. This allows translation files to be watched and the application to be rebuilt using the changed translation files. Closes #16341