Skip to content

Commit

Permalink
feat(rxjs): update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Nov 17, 2019
1 parent 09ccf05 commit dacf667
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 199 deletions.
193 changes: 0 additions & 193 deletions rxjs/note.md

This file was deleted.

10 changes: 5 additions & 5 deletions rxjs/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Learn Rxjs By Doing
# Rxjs - Learning By Doing

Quiz from: https://www.learnrxjs.io/recipes/
Recipes from: https://www.learnrxjs.io/recipes/

- My implements
- [x] [alphabet-game](./alphabet-game/)
Expand All @@ -13,8 +13,8 @@ Quiz from: https://www.learnrxjs.io/recipes/

Using parcel to auto bundling

e.g. `parcel ./rxjs/save-indicator/index.html`
e.g. `parcel ./save-indicator/index.html`

## TODO
## References

- [ ] study roadmap
- [Rxjs 学习指南](https://fe.rualc.com/note/rxjs.html)
2 changes: 1 addition & 1 deletion rxjs/save-indicator/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

learning rxjs by doing

Live Demo:
Live Demo: https://stackblitz.com/edit/rxjslc-save-indicator

Original: https://www.learnrxjs.io/recipes/save-indicator.html

0 comments on commit dacf667

Please sign in to comment.