@stratusjs/calendar
v1.5.0
Published
AngularJS Calendar component and iCAL service to be used as an add on to StratusJS. Makes use of fullcalendar and iCAL
Downloads
11
Readme
@stratusjs/calendar
AngularJS Calendar component and iCAL service to be used as an add on to StratusJS. Makes use of fullcalendar and iCAL
Usage
Stratus HTML Components enabled
<stratus-calendar></stratus-calendar>
TODO Wiki Page
Frameworks & Libraries
Installation
Either Yarn install
yarn add @stratusjs/calendar
Or NPM install
npm install @stratusjs/calendar
And include the the library paths into your stratus config.js
such as
boot.configuration.paths = {
// Calendar Package
'@stratusjs/calendar/*': boot.deployment + '@stratusjs/calendar/src/*' + boot.suffix,
// Components (Until upgraded to Angular 8+)
'stratus.components.calendar': boot.deployment + '@stratusjs/calendar/src/calendar' + boot.suffix,
// Required dependencies (Until Auto Dependency Injection is complete)
ical: boot.deployment + 'ical.js/build/ical' + boot.suffix,
'@fullcalendar/core': boot.deployment + '@fullcalendar/core/main' + boot.suffix,
'@fullcalendar/moment': boot.deployment + '@fullcalendar/moment/main' + boot.suffix,
'@fullcalendar/moment-timezone': boot.deployment + '@fullcalendar/moment-timezone/main' + boot.suffix,
'@fullcalendar/daygrid': boot.deployment + '@fullcalendar/daygrid/main' + boot.suffix,
'@fullcalendar/timegrid': boot.deployment + '@fullcalendar/timegrid/main' + boot.suffix,
'@fullcalendar/list': boot.deployment + '@fullcalendar/list/main' + boot.suffix,
}
Dependencies
The following dependencies will be installed
- @stratusjs/angularjs
- @stratusjs/angularjs-extras
- @stratusjs/runtime
- @fullcalendar/core
- @fullcalendar/daygrid
- @fullcalendar/list
- @fullcalendar/moment
- @fullcalendar/moment-timezone
- @fullcalendar/timegrid
- ical.js
License
All information contained herein is, and remains the property of Sitetheory and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Sitetheory and its suppliers and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Sitetheory.