From 1a85efca48bf4b35d26334e6bcffb9bc6c254bf3 Mon Sep 17 00:00:00 2001 From: Alex H Date: Tue, 14 Jan 2025 15:25:58 +0100 Subject: [PATCH] chore(core): nx plugin submission @klerick/nx-angular-mf (#29548) # Community Plugin Submission ## @klerick/nx-angular-mf Custom builder for Angular projects designed to simplify the development and production of microfrontend applications using native esm module. The builder integrates with NX to provide seamless support for development, testing, and deployment of Angular microfrontends. ## Features - **Microfrontend Support**: Built-in support of native esm module with dynamic imports them. - **Server-Side Rendering (SSR)**: Improved SSR compatibility, including custom module loaders and import maps. - **Customizable Build Process**: Flexible options for managing dependencies and extending build configurations. - **Dev Server Enhancements**: - Incremental hydration support. - Dynamic `importmap` generation. - Automatic dependency resolution and rebuilds. - **Seamless NX Integration**: Fully compatible with NX workspace for streamlined project management. --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 38fe272acb..af32fc7e2a 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -4,6 +4,11 @@ "description": "Nx plugin add vitepress project to your workspace", "url": "https://github.com/Ahryman40k/nx-vitepress/tree/main/packages/nx-vitepress" }, + { + "name": "@klerick/nx-angular-mf", + "description": "Custom Angular Builder for Microfrontend Architecture", + "url": "https://github.com/klerick/nx-angular-mf" + }, { "name": "@nightwatch/nx", "description": "The NightwatchJS plugin allows your workspace to use the power of NightwatchJS for E2E and Component Testing on Desktop and Mobile",