Ecosyste.ms: Awesome
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 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/deborahk/angular-posts
- Owner: DeborahK
- Created: 2022-08-23T16:25:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T00:48:14.000Z (11 months ago)
- Last Synced: 2024-04-13T09:12:28.572Z (7 months ago)
- Language: TypeScript
- Size: 665 KB
- Stars: 12
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-Posts
Sample applications using the https://jsonplaceholder.typicode.com API for users, posts, and todospost-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.