Lets see angular ngrx effects in action, and how to install and use NgRx Effects in Angular. NgRx library changes quite often, and the easiest way to properly configure latest version is to "hack" your way through the demo application. We will also discuss problems that NgRx effects solve, and how to use them in real life.
If you are interested in programming courses related to web, please visit https://www.ApplicableProgramming.com/ to view courses where we show the problem, then we try to solve it the hard way, and then we show how we can benefit from proven solutions.
Join our Facebook group to follow the news and join discussion
➡️ / applicableprogrammers
or discord group if that is more your thing
➡️ / discord
➤ LINKS
➡️ Source on github: https://github.com/applicable-program...
(use tags to navigate between lessons)
➡️ NgRx documentation: https://ngrx.io/guide/store
➡️ NgRx Effects https://ngrx.io/guide/effects/install
➡️ NgRx example app https://github.com/ngrx/platform/blob...
➡️ Google API for books https://www.googleapis.com/books/v1/v...
➡️ Other tutorials: https://www.ApplicableProgramming.com/
Timestamps:
Intro (00:00)
Integrate featured store, and add effect (08:35)
Effects in action (32:50)