· RxJS
How to load an Angular app just after the user is logged
No matter the authentication method in your Angular app, you'll always face the challenge of initializing views and components only after the user's info is fully loaded. Let's explore how to solve this!