nx/docs/angular/tutorial/12-summary.md

15 lines
524 B
Markdown

# 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 dep graph capabilities to only retest and rebuild what is affected
### Read Fundamentals
- [Using Modern Tools](/angular/fundamentals/use-modern-tools)
- [Building Full-Stack Applications](/angular/fundamentals/build-full-stack-applications)
- [Developing Like Google: Monorepos and Automation](/angular/fundamentals/monorepos-automation)