Angular Signals Pattern: Signal-based Data Services #angular

Angular Signals Pattern: Signal-based Data Services #angular

Angular University

5 месяцев назад

9,373 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@michaelrtan09
@michaelrtan09 - 31.01.2024 14:44

I'm planning to move away from ngrx (global) state management to signals. One reason is because of the boilerplate needed to setup ngrx(actions, effects and reducers). What are your thoughts on this? Do you think this is ok?

Ответить
@theprantadutta
@theprantadutta - 22.01.2024 16:28

I really like your videos, but please use Dark Mode 😅

Ответить
@michaeltan2003
@michaeltan2003 - 22.01.2024 11:36

Hello, I just want to ask if signals are production ready on angular 17? thanks

Ответить
@BrutalCSkAKAN
@BrutalCSkAKAN - 27.12.2023 12:51

Id like to see how you solve an array containing multiple signals.
Where you could append or pop signals in the array, together with a trackBy in the template.

This would mean that we first off have a template that only emits changes to the changed signal due to trackBy, but also only reacts on the signal change of that specific iteration in the array.

Meaning that we only emit one event in a list of array, without computing the rest of the unchanged entries in the array?

Ответить
@digital-signage
@digital-signage - 25.12.2023 12:36

please produce a video on how to embed signals inside an HTML template which now fixes the problem of not needing to embed methods which were an anti-pattern.

Ответить
@ufondu88
@ufondu88 - 23.12.2023 22:32

So far, this has been the best explanation of the use of signals that I've seen. Does this replace BehaviorSubjects for state management?

Ответить