Skip to content

is select a memory leak? #1722

Locked Answered by markwhitfeld
systemlord01 asked this question in Q&A
Discussion options

You must be logged in to vote

The @Select decorator merely makes the observable available at that property. It does not subscribe.
If you subscribe then you would have to manage that subscription, but I would recommend using the async pipe to manage your subscription in the template.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@systemlord01
Comment options

Answer selected by splincode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants