The purpose of this demo code is to practice NGRX and learn how to use state, action, effect, reducer, and selector in Angular.
This project is build with:
- Angular V14.1.0
- bootstrap V5.2.0
- ngrx V14.3.0
It's a simple page used to search github user, and display the result:
The search API is refer from 【Github List users】
- Node V16.15.0
- Anuglar V14.1.0
npm install
npm start