From b5439ccc4b0c1da685706f284c0c732de4ca3b18 Mon Sep 17 00:00:00 2001 From: Jayant0jha Date: Wed, 19 Jan 2022 01:19:46 +0530 Subject: [PATCH 1/2] fix(Readme): Add link to Nrwl and Nx in main readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312668e..703fa89 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Note: This is still under construction. - ![](./_assets/junior.png) ![](./_assets/mid.png) ![](./_assets/senior.png) SCSS - ![](./_assets/junior.png) ![](./_assets/mid.png) ![](./_assets/senior.png) [Jest](topic-details/jest.md) - ![](./_assets/mid.png) ![](./_assets/senior.png) Angular Material -- ![](./_assets/senior.png) Nrwl Nx +- ![](./_assets/senior.png) [Nrwl Nx](topic-details/nrwl-and-nx.md) - ![](./_assets/mid.png) ![](./_assets/senior.png) Storybook - ![](./_assets/mid.png) ![](./_assets/senior.png) Cypress - ![](./_assets/mid.png) ![](./_assets/senior.png) [NgRx](topic-details/state-management.md) From e7f6f1906b9b193ab2029463eb9616008e0c449b Mon Sep 17 00:00:00 2001 From: Jayant0jha Date: Wed, 19 Jan 2022 01:20:27 +0530 Subject: [PATCH 2/2] fix(modular-apps): Add link to internal resource for Nrwl and Nx --- topic-details/modular-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic-details/modular-apps.md b/topic-details/modular-apps.md index cb57efd..06cd922 100644 --- a/topic-details/modular-apps.md +++ b/topic-details/modular-apps.md @@ -1,7 +1,7 @@ # Modular Apps using Nrwl Nx There are two industry standard patterns for structuring apps into modular libraries within [Nrwl Nx](https://nx.dev/) Workspace monorepos. - +To know more about Nrwl Nx, find [study guide for Nrwl Nx](nrwl-and-nx.md) ## Enterprise Angular Monorepo Patterns An eBook published by Nrwl