mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4a4888b276
If the application is not running directly in the browser, e.g. universal or app-shell, then the `$localize` import must be adding to a different file than for normal browser applications. This commit adds more information about this to avoid any confusion. // FW-1557 PR Close #33826