@angular-architects/native-federation 19.0.14 → 19.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -336,15 +336,15 @@ Now, by clicking at the 2nd menu item, you can load the remote directly into the
336
336
 
337
337
  ## Advanced Use Cases
338
338
 
339
- ## SSR and Hydration
339
+ ### SSR and Hydration
340
340
 
341
341
  We support Angular's SSR and (Incremental) Hydration. Please find [more information here](https://www.angulararchitects.io/blog/ssr-and-hydration-with-native-federation-for-angular/).
342
342
 
343
- ## Native Federation and Module Federation
343
+ ### Native Federation and Module Federation
344
344
 
345
345
  We support combining Native Federation with Module Federation. Please find [more information here](https://www.angulararchitects.io/blog/combining-native-federation-and-module-federation/).
346
346
 
347
- ## Angular I18N
347
+ ### Angular I18N
348
348
 
349
349
  Since version 19.0.13, Native Federation for Angular supports Angular I18N. Here are some things to keep in mind:
350
350
 
@@ -352,7 +352,7 @@ Since version 19.0.13, Native Federation for Angular supports Angular I18N. Here
352
352
  - Configure I18N in your `angular.json`. Don’t use command line parameters (as the Native Federation Builder does not forward them to the ApplicationBuilder by design)
353
353
  - In production, make sure your `federation.manifest.json` points to the right language versions of your remotes
354
354
 
355
- ## Angular Localization
355
+ ### Angular Localization
356
356
 
357
357
  To just build the localization files you need for federation, you can use the `shareAngularLocales` introduced with version 19.0.14:
358
358
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-architects/native-federation",
3
- "version": "19.0.14",
3
+ "version": "19.0.15",
4
4
  "main": "src/index.js",
5
5
  "generators": "./collection.json",
6
6
  "builders": "./builders.json",