Todo on angular with http-client
- tasks list from jsonplaceholder with http-request with Angular HttpClient
- render changes (add or change task) only after request to BE
- completed tasks text is line-through (using custom directive)
- cut text (and add ... ) longer than 35 characters (using custom pipe)
- edit tasks in input instead of text
- http requests and program logic in separate services
- use modules
