Charles Lyding a136f2ec58 fix(@angular-devkit/build-angular): ensure i18n locale data is included in SSR application builds
When using the application builder to create server builds for SSR and/or prerendering with localization
enabled, the locale data for each enabled locale is now properly included in the server output files.
While browser builds contain this data in the polyfills output file, the server builds do not contain a
polyfill output file, as a result, the locale data is added to the main server code instead. This is also
the case for other polyfill-like code including zone.js.
2023-10-16 08:36:44 +02:00
..
2023-08-04 14:49:14 -04:00
2023-02-16 14:59:40 +00:00