change a feature

master
Matt Huntington 9 years ago
parent de96af368d
commit 61c7a5087b

@ -11,3 +11,7 @@ Look around [the comments app](comments/). This is just a basic app that displa
- Add a feature that allows you to delete comments
- Add a feature that allows you to edit comments
- You should be able to click on a comment, and the text will be replaced by two text inputs (one for author, one for comment)
## Changing a Feature
Look again at what you did in [the comments app](comments/). It's all in one component, which isn't very modular. Put the list of comments into one component and put the new comments form into another component. Use observables to communicate between the two.

Loading…
Cancel
Save