You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Priyanka Punukollu 267a7b1e4f Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
..
node_modules Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
src Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
LICENSE Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
README.md Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
angular.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
angular.d.ts.map Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
angular.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
executors.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
index.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
index.d.ts.map Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
index.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
migrations.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
package.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
project.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
rspack.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
rspack.d.ts.map Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
rspack.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
url-helpers.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
url-helpers.d.ts.map Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
url-helpers.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
webpack.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
webpack.d.ts.map Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
webpack.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago

README.md

Nx - Smart Monorepos · Fast Builds

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Monorepos · Fast Builds

Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.

This package is a Module Federation plugin for Nx. Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient.
To learn more about Module Federation, check out the official documentation.

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart Monorepos · Fast Builds