Goal is to develop a basic understanding on howw Angular works.
- the finished application shows a Todo-List
- Lets you add or delete items
- Edit titles of existing items
- The list is saved in the browseer's local storage
- Modules and components, how to use inline templates and why you shouldn't
- OnInit Method, property binding, event binding
- Reference, Interface, Creating a Service and adding items to the list by using the Service
- Local storage, removing items and style the components