With checkProperties: true do I need to set a subscription variable? #154
javajohnHub
started this conversation in
General
Replies: 0 comments
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.
-
So can I just subscribe to the Observable or do I need to set a subscription?
In the examples you are setting
subscription = observable.subscribe()
Can I just
ngOnInit() { observable.subscribe()}
Beta Was this translation helpful? Give feedback.
All reactions