Skip to content

JoseGonzalez321/angular2-tour-of-heroes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.7%
  • CSS 17.9%
  • HTML 17.4%