Getting Started

NgRx Effects

Getting Started

To begin, checkout the 03-effects branch:

git checkout 03-effects

If you have any pending changes simply reset:

git reset --hard

Install

Let's go ahead and install the NgRx efects libraries:

npm install @ngrx/effects
yarn add @ngrx/effects

Serve the Application

Serve the application via either command:

npm start
yarn start

This will build and start a live reload server available at: http://localhost:4200.

This also starts a simple json-server with a RESTful API on port 3000.

Copyright

Site © by LiveLoveApp, LLC

We Can Help!

Need help with your Angular and NgRx project?

Hire Us