Type safety with TypeScript really shines when we can apply it across the full stack.
In this tutorial, Ryan Chenkie shows how to use type safety in a full stack context when using Angular, Nest, and Prisma. Nx is used as the monorepo for the project which makes it easy to reuse Prisma types across the whole project.
Written Tutorial: https://www.prisma.io/blog/full-stack...
Project repo: https://github.com/chenkie/shirt-shop
Data used for seeding: https://gist.github.com/chenkie/9bd80...
CSS used in the Angular app: https://github.com/chenkie/shirt-shop...
HTML for the template in the Angular app: https://github.com/chenkie/shirt-shop...