Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update - Observables #946

Open
4 of 15 tasks
AbdellaToronto opened this issue Apr 4, 2021 · 0 comments
Open
4 of 15 tasks

Update - Observables #946

AbdellaToronto opened this issue Apr 4, 2021 · 0 comments
Labels
Spring 2021 Work Update - 2021 Updates current content in book during the 2021 update, for example, on out of date info

Comments

@AbdellaToronto
Copy link
Collaborator

AbdellaToronto commented Apr 4, 2021

Observables

  • Split the paragraph in 2

Using Observables

  • Some corrections needed to the sample code (init() should be ngOnInit())
  • Description needs to be updated to match the sample code (ie. nothing is happening in the constructor())
  • Split this page into 2 (or add a header to split the ideas: subscribing to Observable & the use of subscribe vs. forEach)

Error handling

  • Should have a small explanation of .complete()

Disposing Subscriptions and Releasing Resources

  • Paragraph about onUnsubscribe: is this valid?
  • Mention unsubscribing when a component is destroyed

Observables vs Promises

  • First bullet point: replace “example above” with “previous example”

Using Observables From other Sources

  • Change Http to HttpClient

Observables Array Operations

Cold vs Hot Observables

  • Link the Hot Observable example
  • I don’t think the .connect() method exists anymore (need new Cold to Hot example?)

Summary

  • Revisit link list
  • Add a description for the list of links (there is no context)
@AbdellaToronto AbdellaToronto added Spring 2021 Work Update - 2021 Updates current content in book during the 2021 update, for example, on out of date info labels Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Spring 2021 Work Update - 2021 Updates current content in book during the 2021 update, for example, on out of date info
Projects
None yet
Development

No branches or pull requests

1 participant