nx/docs/shared/angular-tutorial/12-summary.md
Isaac Mann e717660102
docs(nx-dev): diataxis restructure (#11649)
* docs(nxdev): restructure docs to diataxis style

* docs(nxdev): cleanup

* docs(nxdev): fix links

* chore(nxdev): format

* docs(nxdev): fix broken images

* docs(nxdev): fix links

* docs(nxdev): fix links

* docs(nxdev): fix links

* docs(nxdev): tweaks

* docs(nxdev): redirect rules

* docs(nxdev): fixes
2022-08-29 08:36:55 -04:00

18 lines
514 B
Markdown

# Angular Nx Tutorial - Step 12: Summary
In this tutorial you:
- Built a full stack application using Angular and Nest
- Shared code between the frontend and the backend
- Created a UI library
- Used Nx affected commands to only retest and rebuild what is affected
## Learn more
- [Free Nx Course on YouTube](https://www.youtube.com/watch?time_continue=49&v=2mYLe9Kp9VM&feature=emb_logo)
**Dive Deep:**
- [Computation Caching](/concepts/how-caching-works)
- [Rebuilding What is Affected](/concepts/affected)