viveksrao / demo-angular-ngrx-getting-started

Demo Application to help get you started with NgRx including a store, actions, reducers, effects, and selectors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Angular NgRx Getting Started

This project was generated with Angular CLI version 6.0.2. There is no real backend server for this demo application, rather it uses the Angular angular-in-memory-web-api library, which emulates a backend server and supports basic CRUD, or Create, Read, Update and Delete operations.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Demo Application to help get you started with NgRx including a store, actions, reducers, effects, and selectors.


Languages

Language:TypeScript 81.0%Language:HTML 15.8%Language:JavaScript 2.9%Language:CSS 0.3%