djsmith42 / angular2_calendar

Just an Angular2 demo. Not meant for actual use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is just a demo of an Angular2 calendar search app. It's only useful to show how to use Angular2.

To run it:

  • Clone this repo
  • npm install -g http-server
  • cd angular2_calendar
  • npm install
  • http-server -c-1
  • Go to http://localhost:8080 in your browser
  • Click the "Load" button.
  • Click the "Search all Month" button.

Note that this example does es6-to-es5 transpilation in the browser at runtime, so the initial page load is very slow as a result. Once it loads, things go quite fast.

About

Just an Angular2 demo. Not meant for actual use.


Languages

Language:HTML 56.5%Language:JavaScript 43.5%