
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
angular-material-event-calendar
Advanced tools
A calendar module that is based on material design concepts. The calendar module was built to run as a standalone component, and alongside of ngMaterial. If you use this component with ngMaterial then it will use the themes you have setup and use the $$dateLocal settings to display and format the dates.
Quick Links:
Change to your project's root directory.
# To install latest
bower install angular-material-event-calendar
# To install latest and update bower.json
bower install angular-material-event-calendar --save
Change to your project's root directory.
# To install latest
npm install angular-material-event-calendar
# To install latest and update package.json
npm install angular-material-event-calendar --save
install modules
# install npm modules
npm install
# install bower components
bower install
Include the material.components.eventCalendar module as a dependency in your application.
// with ngMaterial
angular.module('myApp', ['ngMaterial', 'material.components.eventCalendar']);
// without ngMaterial
angular.module('myApp', ['material.components.eventCalendar']);
You can easily build using gulp.
The built files will be created in the dist folder
Run the gulp tasks:
# To run locally. This will kick of the watch process
# navigate to `localhost:8080`
gulp
# To build the js and css files to the `/build` directory
gulp build
Test using Karma Run the gulp tasks:
gulp test
Example
<md-event-calendar
ng-model="selected"
md-events="events"
md-event-click="eventClicked($selectedEvent)"
md-label="title",
md-show-create-link="true"
md-create-event-click="eventCreatea($date)"
md-create-disabled="true"
auto-height=""
class="md-primary"
>
<md-event-calendar-header class="md-center">
<md-event-calendar-prev></md-event-calendar-prev>
<md-event-calendar-title></md-event-calendar-title>
<md-event-calendar-next></md-event-calendar-next>
</md-event-calendar-header>
</md-event-calendar>
With Angular Material
If you want to have the header and selected elements use the primary color for their backgrounds the just add the md-primary class
<md-event-calendar
class="md-primary"
>
</md-event-calendar>
Without Angular Material
If you want to change the header and selected event background colors you add this scss file after the angular-material-event-calendar.css file
Primary Color scss: Click Here
To add eventCalendar to you angular-material project, include the material.components.eventCalendar module as a dependency in your application.
angular.module('myApp', ['ngMaterial', 'material.components.eventCalendar']);
{
title: 'Event Title',
start: new Date(),
end: new Date(),
allDay: false
}
| Param | Type | Details |
|---|---|---|
| title | string | Event Tile |
| start | date/iso | Start date |
| end | date/iso= | Optional end date |
| allDay | boolean | If set to true, no time will be displayed on event |
<md-event-calendar
[ng-model=""]
[md-events=""]
[md-label=""]
[md-event-click=""]
[md-create-event-click=""]
[md-show-click-link=""]
[md-create-disabled=""]
[auto-height=""]
>
...
</md-event-calendar>
| Param | Type | Details |
|---|---|---|
| ng-model | model= | Optional model to hold selected event object |
| md-events | array | Array of events |
| md-label | string=title | Property name for title display |
| md-event-click | function | Function to be called on event click. You can pass in |
| md-create-event-click | function | Function to be called when empty area of day is clicked. You can pass in |
| md-show-create-link | boolean | Show |
| md-create-disabled | boolean | Hides create link and disabled create click event |
| auto-height | number | Calendar will fill to the bottom of the window. You can pass it a number(pixels) as an offset |
The header is a container for the previous, next, and title directives. You can also add other elements to this.
<md-event-calendar-header>
...
</md-event-calendar-header>
| Param | Type | Details |
|---|---|---|
| md-center | css | Center content inside of header |
This is the next arrow that will advance the current view by month/week/day. You can add this the header in any order
<md-event-calendar-next>
</md-event-calendar-next>
This is the prev arrow that will change the current view by month/week/day. You can add this the header in any order
<md-event-calendar-prev>
</md-event-calendar-prev>
This title will show the appropriate title for the calendar view
<md-event-calendar-title>
</md-event-calendar-title>
A button that can be clicked to take the month to the current month. This button is disabled if you are already on the current month
<md-event-calendar-today>
</md-event-calendar-today>
No, but you will not get the lovely theme colors.
On their way, this component is under active development.
Mobile is in the roadmap and will be released in future versions.
FAQs
Angular material event calander component
The npm package angular-material-event-calendar receives a total of 101 weekly downloads. As such, angular-material-event-calendar popularity was classified as not popular.
We found that angular-material-event-calendar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.