Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ One more time, the ``~`` tells ngx-build-plus that the plugin is not an installe

## Advanced example: Externals and Angular Elements

> Please note, that we don't recomment webpack externals anymore for several reasons (better alternatives, Angular now ships without UMD bundles, etc.). Instead we recomment [Webpack Module Federation](https://www.npmjs.com/package/@angular-architects/module-federation).
> Please note, that we don't recommend webpack externals anymore for several reasons (better alternatives, Angular now ships without UMD bundles, etc.). Instead we recommend [Webpack Module Federation](https://www.npmjs.com/package/@angular-architects/module-federation).

This shows another example for using ``ngx-build-plus``. It uses a custom webpack configuration to define some dependencies of an Angular Element as external which can be loaded separately into the browser and shared among several bundles.

Expand Down