nikunjtilva / ngrx-store-example

A quick demonstration of NGRX store with NGRX effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGRX-STORE-EXAMPLE

This project was generated with Angular CLI version 6.0.1.

It uses @ngrx/store to maintain application states. Use Randomize Rating button to start random rating on random fruit at some random time interval.

This solution is using star-rating module which is not hand crafted and taken from references.

Running Solution

Run npm i for first time.

For subsequent run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run ng test --code-coverage to execute the unit tests via Karma.

About

A quick demonstration of NGRX store with NGRX effects.


Languages

Language:TypeScript 86.3%Language:HTML 7.1%Language:CSS 3.8%Language:JavaScript 2.7%