Angular

Articles and tutorials on the JavaScript framework created andd maintained by Google.

Angular: route authentication with functional guards

Implementing an effective authentication system is essential to protect the sensitive resources of our applications. Functional guards are a powerful tool in Angular to achieve this, allowing you to control access to routes dynamically.

Angular: using DTOs

The use of DTOs (Data Transfer Objects) in Angular plays a key role in optimizing communications between frontend and backend.

Back to top