
Complete CRUD operations with JWT sessions, made with Angular Material (Angular Material Table) in Angular 10.
Angular-CRUD is a comprehensive solution for building a complete CRUD (Create, Read, Update, Delete) application using Angular and Angular Material. This full-fledged application architecture is designed to streamline the development process while ensuring a robust and user-friendly interface. With built-in support for sessions, JSON Web Tokens (JWT), route management, and pagination, it provides an excellent foundation for developing dynamic web applications.
This project stands out not only for its front-end capabilities but also for its compatibility with various back-end frameworks like NodeJS and Python. The flexibility to choose from different databases enhances the usability, making it a valuable tool for developers looking to implement CRUD functionalities efficiently.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.