In the previous part, we created a mechanism for fetching, saving, and adding tokens to headers of HTTP requests. These tokens usually have some expiration time. API receives and validates … Continue reading “JWT Authentication in Angular – Part 2 – Error handling”
Author by:
Szymon Gostomczyk
JWT Authentication in Angular – Part 1 – Setup
Most web applications can be split into two parts – public and private. The public part of the app is open to everyone who knows the address. It can be … Continue reading “JWT Authentication in Angular – Part 1 – Setup”
How I implemented lazy loading with custom preloading strategy in Angular
Nowadays, frontend applications are fast, responsive, and user-friendly. Developers so often need to face the problem of the long initialization time of the application. In some projects, the bundle with … Continue reading “How I implemented lazy loading with custom preloading strategy in Angular”