Skip to content

Ngrx App built with Angular 12 and State Management tool NgRx + Component store

Notifications You must be signed in to change notification settings

akshay3001/ngrx-sample-app

Repository files navigation

NgRx golden sample

A golden sample app to showcase how to work with Ngrx v12.4.0 (Current stable version) and use it to build application.

Installation

Install app with npm

  npm install

Run Locally

Go to the project directory

  cd ngrx-sample-app

Install dependencies

  npm install

Start the server

  npm run start

Running Tests

To run tests, run the following command

  npm run test

API Reference

Jsonplaceholder API Documentation

Get all Users

  GET https://jsonplaceholder.typicode.com/users

About

Ngrx App built with Angular 12 and State Management tool NgRx + Component store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published