zembrodt / showtunes

Angular App to display music you are currently listening to
GNU General Public License v3.0
3 stars 0 forks source link

Remove usage of AuthToken NGXS selector in Spotify service #37

Closed zembrodt closed 2 years ago

zembrodt commented 2 years ago

Using the NGXS AuthToken selector in the Spotify Service causes a circular dependency. The Spotify Service is potentially initialized before the NGXS Auth State is initialized