Angular with RxJS: ViewModel, Store and States

preview_player
Показать описание
We will see how useful the RxJS library can be in Angular, in order to build a common view-model using the facade design pattern. The setup is useful if you have to take care of lots of template variables, reducing the number of subjects' subscriptions in order to propagate the data.

My courses:
Angular & Laravel

Angular & Stripe

💖Support on Patreon:
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Viewmodel in Angular with the help of RxJs is a simple but effective solution to handle state in a component. In most cases you do not need a library, good knowledge in RxJs will help you to go a long way without a library! Thank's for publishing this pattern: !!!! Angular ViewModel Pattern !!!!

hansschenker