'Are the subscriptions of selectors in the ngxs library shared?
Does each subscription by async pipe in angular template to ngxs selector actually creates new stream or all streams are shared and its just one subscription?
I mean if selectors are piped like for example: .pipe(shareReplay({ bufferSize: 1, refCount: true })) ... ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
