https://github.com/big-silver/angular2-calendar
Angular2, Typescript, Javascript, Google Calendar API
https://github.com/big-silver/angular2-calendar
angular2 google-calendar typescript
Last synced: 29 days ago
JSON representation
Angular2, Typescript, Javascript, Google Calendar API
- Host: GitHub
- URL: https://github.com/big-silver/angular2-calendar
- Owner: Big-Silver
- License: mit
- Created: 2017-01-22T18:06:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T02:35:22.000Z (over 7 years ago)
- Last Synced: 2025-04-10T03:32:59.016Z (6 months ago)
- Topics: angular2, google-calendar, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 11
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2-Calendar
## About
A calendar component for angular 2.0+ that can display events on a month, week or day view. The successor of: https://github.com/Big-Silver/angular2-calendar.git
This calendar example is written by [Big Silver].## Technology
It uses the the following technologies:
- Angular2
- Redux
- @ngrx/store
- Typescript
## Quick Start
```bash
# clone our repo
$ git clone https://github.com/Big-Silver/angular2-calendar.git angular2-calendar
# change directory to your app
$ cd angular2-calendar
# install the dependencies with npm
$ npm install
# start the server
$ npm start
```
go to [http://localhost:8080](http://localhost:8080) in your browser.