You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/native-federation/README.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,16 @@ We will at least provide a new version of this package per Angular major. If nec
34
34
- Use version 18.2.x for Angular 18.2.x
35
35
- Use version 19.x for Angular 19.x
36
36
37
+
## Demo Repo
38
+
39
+
In this [demo repo](https://github.com/manfredsteyer/nf-test.git), we test Native Federation together with several known UI libraries for Angular. For this, we compile demo apps build with them with Native Federation.
This is primarily for testing purposes. For an **initial example and/or an tutorial please look below.**
46
+
37
47
## Migration from Module Federation
38
48
39
49
If you currently use Angular with Module Federation, you can follow our [Migration Guide](https://github.com/angular-architects/module-federation-plugin/blob/main/libs/native-federation/docs/migrate.md) to migrate to Native Federation and Angular's new fast esbuild-based build system.
@@ -350,18 +360,18 @@ The good message is, that the official Angular Package Format defines the usage
350
360
351
361
### How to Deal with Transitive Dependencies?
352
362
353
-
Since version >=18.2.7, transitive dependencies can also be shared. For instance, `primeng` uses a lib `@primeuix/styled` for theming. The latter one is now shared too if `primeng` is. This prevents possible challenges but also results in more bundles.
363
+
Since version >=18.2.7, transitive dependencies can also be shared. For instance, `primeng` uses a lib `@primeuix/styled` for theming. The latter one is now shared too if `primeng` is. This prevents possible challenges but also results in more bundles.
354
364
355
365
To activate sharing transient dependencies, set the new `transient` flag provided by `share` and `shareAll` to `true`:
0 commit comments