Angular - Signals
Which RxJS operator is commonly used inside an Effect to listen for specific actions?
ofType operator filters the stream of actions to only those matching specified action types.map, filter, and switchMap are RxJS operators, only ofType is designed to filter actions in NgRx Effects.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions