Auto refresh data with RxJS and reactive services | Angular Tips and Tricks

preview_player
Показать описание
In this video we take advantage of RxJS and Angular's reactive APIs to build reactive UI with ease
Рекомендации по теме
Комментарии
Автор

Sorry, i have question - what is this $ sign i see at the end of function names etc?

IR-vxee
Автор

Great! Need more angular-rxjs tips and tricks

kameraderz
Автор

Hi Gio
first I wanna thank you for this informative video
your game relays on catId from route so when the route changes your game will be refreshed
but in my situation i have a userlist when i click on user i go the user detail page so i used your way to observe the userid from route
but here is the problem in my user detail page i can edit some of the fields of user after submitting the edit to database i want to refresh the user page in rxjs way
the way i was doing it was similar to your way by introducing a refresh subject and calling the next method on that but that method can not work now because the route is not changing

am i missing something???

afshin
Автор

This is an amazing pattern!! I guess the @ngrx/component-store is following similar pattern. Now I know how it's working 😄

sandeshwar
visit shbcf.ru