- Notifications
You must be signed in to change notification settings - Fork26
djsmith42/angular2_calendar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 tohttp://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.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.