sirkoik / WeatherNg

Weather app, Angular rewrite.
0 stars 0 forks source link

Make location part of the NgRx state #4

Open sirkoik opened 2 years ago

sirkoik commented 2 years ago

Refactor location so that components subscribe to its state change, instead of one subscription updating values when it changes.

This would make it easier for other components like the moon phase to use the location coordinates and update when necessary.

sirkoik commented 2 years ago

This has been partially implemented. Now I just need to get the app implementation fully functional again...