-
Book Overview & Buying
-
Table Of Contents
Angular Projects - Fourth Edition
By :
In this chapter, we learned how to build a full-stack application with AI capabilities. We explored PrimeNG, which is a modern component UI library that many developers use to build enterprise applications. Its components helped us craft a beautiful, easy-to-use UI for booking rooms in a music studio.
The frontend application was backed by a REST API built with NestJS, a backend framework many Angular developers prefer for its similarity to Angular. NestJS is compatible with many libraries, including application configuration and email communication. We also learned how to use MongoDB for database interaction and how to integrate GenKit with NestJS to build AI experiences in the backend of our application.
In the next chapter, we will explore server-side rendering features in Angular by building an expense tracker application.