How to implement ngrx in Angular 17?

preview_player
Показать описание
🌟 Exclusive Hosting Deal from Hostinger 🌟

Hostinger offers:
- Easy-to-use control panel
- 24/7 customer support
- 30-day money-back guarantee
- And more!

Don't miss out on this amazing offer. Click the link above to get started today! 🚀

=====================

In this video, I took viewers on an in-depth journey into implementing ngrx in Angular 17, covering State Management using actions, reducers, and the store.

=====================
Chapters:
=====================
00:00 - Introduction to State Management and ngrx based on Redux principles
00:15 - Setting up ngrx in an Angular project including adding dependencies, setting up reducers, and meta reducers
01:25 - Defining actions such as increment, decrement, reset for the counter
02:25 - Creating a counter reducer in ngrx store
03:27 - Integrating the counter reducer into the store and linking with the application
04:54 - Linking State Management with the app component for real-time updates on UI
05:45 - Demonstrating the working implementation of State Management with ngrx in Angular 17

#Angular17 #ngrx #StateManagement

=====================
Related Videos:
=====================

=====================

=============

If you want more content like this then please subscribe to my channel and click on the bell icon to get all of the notifications.

Рекомендации по теме
Комментарии
Автор

Thanks, this was well paced, quick to get to the point and useful.

Dean-Shepp
Автор

Just a single comment according the ngrx doc: "Note: Although you can register reducers in the provideStore() function, we recommend keeping provideStore() empty and using the provideState() function to register feature states in the root providers array."

kikesitoskxoxtla
Автор

Thanks a lot. I really needed this to get started with ngrx. Kudos 👍

je.ro.me_
Автор

already have not watched the video, and I am thanking from now :)

CarlosEnriqueDuarteOrtiz
Автор

not sure why it has to be a marathon but thanks for the effort, I think I got very little from this video. needs some air between sentences.

CarOneGarage
Автор

Hi! Explain please how to add a store only in part of an application. Previously, it could be done in lazy loaded modules, but how to do it if all components are standalone

uardnck
Автор

Hola, gracias por el video, he probado a hacerlo pero, he probado a hacerlo y solo se cambia 1 vez el contador, si incremento dos veces nada, y solo si pongo el navegador en ingles 🤷‍♂️

Asg