File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ We will at least provide a new version of this package per Angular major. If nec
23
23
- Use version 16.1.x for Angular 16.1.x
24
24
- Use version 16.2.x for Angular 16.2.x
25
25
- Use version 17.x for Angular 17.x
26
- - Use version 17.1.x-rc.x for Angular 17.1
26
+ - Use version 17.1.x-rc.x for Angular 17.1+
27
27
28
28
## Credits
29
29
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This requires some changes in the `angular.json`. If you go with a default confi
7
7
```
8
8
ng g @angular-architects/native-federation:appbuilder
9
9
```
10
+ You need to run this command for each application using Native Federation.
10
11
11
12
For more advanced cases, please find a diff of the changes needed for this version:
12
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/native-federation" ,
3
- "version" : " 17.1.0-rc.0 " ,
3
+ "version" : " 17.1.0-rc.1 " ,
4
4
"main" : " src/index.js" ,
5
5
"generators" : " ./collection.json" ,
6
6
"builders" : " ./builders.json" ,
You can’t perform that action at this time.
0 commit comments