https://github.com/rd003/component-store-demo
ngrx component store tutorial with 3 different examples. Video tutorial available on YT https://youtu.be/MbAwzg6G7m8
https://github.com/rd003/component-store-demo
angular ngrxcomponentstore
Last synced: 29 days ago
JSON representation
ngrx component store tutorial with 3 different examples. Video tutorial available on YT https://youtu.be/MbAwzg6G7m8
- Host: GitHub
- URL: https://github.com/rd003/component-store-demo
- Owner: rd003
- License: mit
- Created: 2023-08-12T16:04:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T06:52:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T09:45:34.797Z (over 1 year ago)
- Topics: angular, ngrxcomponentstore
- Language: TypeScript
- Homepage: https://youtu.be/MbAwzg6G7m8
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComponentStoreDemo
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0.
Youtube tutorial : https://youtu.be/MbAwzg6G7m8
```
git clone https://github.com/rd003/component-store-demo.git
cd component-store-demo
npm i
```
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
## Api's (json-server)
Run `npm run server`. Navigate to `http://localhost:3000`.