LiMeii / angular-ngrx

The purpose of this demo code is to practice NGRX and learn how to use state, action, effect, reducer, and selector in Angular14.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularNgrx

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

Description

It's a simple page used to search github user, and display the result: demo info

The search API is refer from 【Github List users

Getting Started

Required Software

  • Node V16.15.0
  • Anuglar V14.1.0

Setup/Installation

npm install
npm start

About

The purpose of this demo code is to practice NGRX and learn how to use state, action, effect, reducer, and selector in Angular14.


Languages

Language:TypeScript 60.0%Language:HTML 19.6%Language:SCSS 15.5%Language:JavaScript 4.9%