An open API service indexing awesome lists of open source software.

https://github.com/deborahk/angular-posts


https://github.com/deborahk/angular-posts

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Angular-Posts
Sample applications using the https://jsonplaceholder.typicode.com API for users, posts, and todos

post-simple: Demonstrates a procedural and reactive approach to accessing users and todos.

post-mgmt: Demonstrates more complex techniques such as autocomplete, sorting, and grouping.

post-exceptions: Demonstrates exception handling techniques.