Please note this is currently a WIP and not yet finished, demos, npm installation will all 404 until the first release
A calendar component that can display events on a month, week or day view. The successor of: https://github.com/mattlewis92/angular-bootstrap-calendar
Install through npm:
npm install --save angular2-calendar
For a full e2e example see the demo source. Better docs to follow in the future!
<script src="node_modules/angular2-calendar/angular2-calendar.js"></script>
<script>
// everything is exported angular2Calendar namespace
</script>
All documentation is auto-generated from the source via typedoc and can be viewed here: https://mattlewis92.github.io/angular2-calendar/docs/
- Install Node.js and NPM (should come with)
- Install local dev dependencies:
npm install
while current directory is this repo
Run npm start
to start a development server on port 8000 with auto reload + tests.
Run npm test
to run tests once or npm run test:watch
to continually run tests.
- Bump the version in package.json (once the module hits 1.0 this will become automatic)
npm run release
MIT