https://github.com/oidacra/series-post
This repo is for share the project we will build with the posts of Angular
https://github.com/oidacra/series-post
angular component-store ngrx
Last synced: 13 days ago
JSON representation
This repo is for share the project we will build with the posts of Angular
- Host: GitHub
- URL: https://github.com/oidacra/series-post
- Owner: oidacra
- Created: 2023-12-18T03:11:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:23:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-29T20:08:15.872Z (about 1 year ago)
- Topics: angular, component-store, ngrx
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Series
This project showcases a straightforward application designed to display a list of series along with their detailed information. It's part of a series of posts beginning with [A Practical Guide to NgRx ComponentStore: Managing Local/Component States](https://arcadioquintero.com/a-practical-guide-to-ngrx-componentstore-managing-localcomponent-states) which you can find on my blog, [My Notes as Software Developer](https://arcadioquintero.com). This series aims to provide practical insights into using NgRx ComponentStore for effective local/component state management."
## Instaling dependencies
Install dependencies with the following command:
```
yarn install
```
## Running project
To execute tasks with Nx use the following syntax:
```
nx serve series-workspace
```
## Running unit tests