From the course: Angular State Management with NgRx

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Challenge: Create your first SignalStore

Challenge: Create your first SignalStore - Angular Tutorial

From the course: Angular State Management with NgRx

Challenge: Create your first SignalStore

(light music) - [Instructor] In this challenge, you're going to practice with SignalStore by using it in our application to manage current weather conditions. In the previous videos, we created a new SignalStore to display a list of countries. Now we want to create a similar Store to manage our current weather conditions, effectively migrating our old NgRX Store with actions, reducers and effects to use a brand new NgRX SignalStore instead. You can start from the code displayed as an overly on the screen. If you need help, take a look at the code used for the country Store and feel free to reuse the code of our NgRX effect in a SignalStore method.

Contents