Skip to content

Daniele Ghidoli

Angular Tips & Tricks

  • About me
  • My Nomad Life

Tag: Subject

How to load an Angular app just after the user is logged
Posted on October 28, 2020October 28, 2020

How to load an Angular app just after the user is logged

Whichever authentication method you use for logging in users in your Angular application, there will always be a problem to solve: starting your app and initialize views and components only after the user info is fully loaded. Let’s see how to do it!

How to subscribe to RxJS event after it has been already emitted
Posted on September 11, 2017

How to subscribe to RxJS event after it has been already emitted

Observables, Subjects and EventEmitters are amazing, I love them. But they have a common problem: what if you subscribe to one of them when the event has been already emitted? You would lose it!

Menu

  • About me
  • My Nomad Life
  • Twitter
  • Github
  • Facebook
  • Instagram
  • Linkedin
  • Medium

Search a post

Categories

  • Bugs
  • i18n
  • RxJS
  • Testing

Most viewed

  • Angular: How to prevent duplicated HTTP requests
  • How to load an Angular app just after the user is logged
  • Why my Angular service doesn't return the assigned value?
  • When should I unsubscribe from an Observable in Angular?
  • How to subscribe to RxJS event after it has been already emitted

Follow me on Twitter

My Tweets
© Daniele Ghidoli