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

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

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