From d5a04868cf5a7a1011c2ca2560d5ce160afd0a44 Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Mon, 29 May 2023 06:36:26 -0700 Subject: [PATCH] Fix typos Fixes a couple of typos in the README file --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9846f82..d021b03 100644 --- a/readme.md +++ b/readme.md @@ -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.