Skip to content

Commit 9983e21

Browse files
committed
chore: Updated docs for shareAngularLocales legacy support
1 parent c25614a commit 9983e21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/native-federation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ module.exports = withNativeFederation({
374374
shared: {
375375
...shareAll({ singleton: true, strictVersion: true, requiredVersion: 'auto' }),
376376
...shareAngularLocales(['en', 'de', 'fr']),
377+
//...shareAngularLocales(['en', 'de', 'fr'], {legacy: true}), // ng19 or older
377378
}
378379
});
379380
```

0 commit comments

Comments
 (0)