A tiny angular app
At this moment I'm implemented the following items from the main Angular Tutorial
-
The hero editor
-
Displaying a list
-
Master/Detail Components
-
Services
Components shouldn't fetch or save data directly and they shouldn't knowingly present fake data. They should focus on presenting data and delegate data access to a service.
- Services that return observable data
- Message component that prompt messages