Angular Nx Tutorial
Description
Angular Nx tutorial source code with some improvements and tests. All instructions about installation, running both backend and frontend are in the README.md file.
This project shows the advantages of Angular Nx, its great flexibility and how it can share code between libraries, NodeJs backend, and frontend apps.
If you start to use an Nx workspace, don't forget to install Angular Console, an amazing tool for generating Angular features like components, pipes, services, etc. You can also add applications and generate a new feature following specific schematics.
What is Angular Nx?
Nx is a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft.
It has first-class support for many frontend and backend technologies, so its documentation comes in multiple flavors.