https://github.com/rd003/angularsamples
Just a practice project. .net core rest apis for book section https://github.com/rd003/BookHundred
https://github.com/rd003/angularsamples
angular ngrxcomponentstore
Last synced: 6 months ago
JSON representation
Just a practice project. .net core rest apis for book section https://github.com/rd003/BookHundred
- Host: GitHub
- URL: https://github.com/rd003/angularsamples
- Owner: rd003
- Created: 2023-08-16T13:13:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T10:06:16.000Z (over 2 years ago)
- Last Synced: 2025-01-12T22:09:36.883Z (about 1 year ago)
- Topics: angular, ngrxcomponentstore
- Language: TypeScript
- Homepage:
- Size: 613 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularSamples
It is just a practice project for myself. I am testing few things.
## Tech stack
- Angular 16
- Ngrx component store and behavior subject for state management.
- Json server, .net core apis, typicodes apis for backend.
## Sections
- Home : nothing
- Books : `Crud + filtering+ Pagination` with `ngrx component store` and .net core apis. Github repo for apis: https://github.com/rd003/BookHundred
- Person: Crud with `behavior subject`. Using json server as a backend. To start the server, type `npm run server`.
- User: Displaying users and post. Not need to run server, using typicode's api here. Key point: using `resolver` here.
- Greeting: Simple demo for `template outlet context `
- Tables: More complex demo for `template outlet context`