wardbell / angular2-tour-of-heroes

Angular 2 - Tour of Heroes - The Next Step after Getting Started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Fork and clone this repo

  2. npm install

  3. Run the TypeScript compiler and watch for changes npm run tsc

  4. Open 2nd terminal and launch the app in the browser npm start

Notes

  • Add redirectTo and/or otherwise routes
  • Fix http as it evolves
  • Replace mocks with http when ready
  • To run in a browser that doesn't support ES6 (like IE11) you need es6 polyfill. Put es6-shim.js before system.js

About

Angular 2 - Tour of Heroes - The Next Step after Getting Started

License:Apache License 2.0


Languages

Language:TypeScript 64.7%Language:CSS 17.9%Language:HTML 17.4%