cemutku / angular-ngrx-example

angular-ngrx-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular NgRx Example

This project was generated with Angular CLI version 9.0.7.

This project contains examples of using the NgRx library.

  • State management (Redux pattern)
  • Side effects
  • Presentational and Container components
  • Basic example of router store

Development server

Run npm install to get node_modules and run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

There is a fake API created with json-server under http://localhost:3000/ check /posts for json data (db.json). It will be started with the same command as angular app (npm start)

About

angular-ngrx-example


Languages

Language:TypeScript 84.3%Language:HTML 10.6%Language:JavaScript 4.8%Language:CSS 0.3%