KarlPurk / redux-decorators-ng2-demo

An example of using redux-decorators in an Angular 2 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Decorators - Angular 2 Demo

  • This is an example Redux Decorators demo that utilises Angular 2.
  • This project was generated using Angular CLI.
  • The main file of interest is src/app/app.component.ts. All redux specific logic is contained in this file.

Installation

Install global dependencies:

npm install -g angular-cli

Clone this repository. Change directory to the cloned project and run:

npm install

Start the server:

ng serve

Test the application:

open http://localhost:4200

Investigate the code:

open src/app/app.component.ts

About

An example of using redux-decorators in an Angular 2 project


Languages

Language:JavaScript 49.4%Language:TypeScript 42.7%Language:HTML 7.9%