Why my Angular service doesn’t return the assigned value?
Sometimes it can happen that you assign a value on a service‘s property in your Angular app from a component and, when you try to get that value from a different component, it just returns undefined or the default value in your constructor! How can this be possible, if you just set it? There may … Continue reading Why my Angular service doesn’t return the assigned value?