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/docs/migrate.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Motivation
4
4
5
-
Since Angular 17, the CLI ships with an esbuild-based builder that is remarkable faster than the original webpack-based solution. This new builder is used for newly generated projects and beginning with Angular 18 ng updates also migrates existing projects.
5
+
Since Angular 17, the CLI ships with an esbuild-based builder that is remarkable faster than the original webpack-based solution. This new builder is used for newly generated projects and beginning with Angular 18 ng updates also migrates existing projects.
6
6
7
7
Native Federation for Angular is a thin wrapper around the esbuild builder that allows to use the proven mental model of Module Federation.
8
8
9
9
## Prerequisites
10
10
11
11
- Update your solution to the newest Angular and CLI version
12
-
- Update your solution to the newest version of ``@angular-architects/module-federation``
12
+
- Update your solution to the newest version of `@angular-architects/module-federation`
13
13
- Have a look to our [FAQs about sharing packages with Native Federation](share-faq.md)
14
14
15
15
## Migration for Angular CLI projects
@@ -18,4 +18,4 @@ Native Federation for Angular is a thin wrapper around the esbuild builder that
18
18
19
19
## Issues
20
20
21
-
We have tested this guide with several projects. However, e
21
+
We have tested this guide with several projects. However, e
0 commit comments