Replies: 2 comments
-
I have the same concern here. What if the values that I need are not for the HTML but for the TS file? I agree that in my opinion it may be a suggestion more than something else. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a big topic, but at a high level, you can pretty broadly avoid manually
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Information
Hi everyone!
I've started to use ngrx recently and I'm trying to understand how it works.
While reading in the documentation, I noticed that there are many examples where after a selector, subscribe is used.
However, by using eslint-plugin, there is a rule which says
"
Store
subscription is forbidden. Use theasync
pipe instead.eslint(@ngrx/no-store-subscription)"So, is it actually forbidden or is it more of a suggestion?
If so, why is that?
Documentation page
No response
I would be willing to submit a PR to fix this issue
Beta Was this translation helpful? Give feedback.
All reactions