
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
angular-events-calendar
Advanced tools
Calendar in the style of GitHub contributions
Available at npm and bower as angular-events-calendar
.
eventList = [
{ day: '2015-01-07', count: 0 },
{ day: '2015-01-08', count: 0 },
{ day: '2015-01-09', count: 5 },
{ day: '2015-01-10', count: 0 },
...
{ day: '2016-01-08', count: 3 }
];
<events-calendar events="eventList" since="2015-01-07" upto="2016-01-08">
<div style="width: 100%; height: 100%" uib-tooltip="{{day.events}} events on {{day.date.toDateString()}}"></div>
</events-calendar>
events
: An array of event objects, with count:
properties and day:
properties.
The days may be specified as anything that can be passed to new Date(...)
.since
, upto
(optional): The start and end days of your calendar. Defaults to the last 1 year.intensities
(optional): The number of different intensities for CSS classes,
excluding the 0 class (See events-calendar.css for an
CSS example). Defaults to 4.selectable
(optional): Whether a single day can be selected. You can specify the
property in which the selected day is stored by the selected
attribute.
Defaults to true
.FAQs
Calendar in the style of GitHub contributions
The npm package angular-events-calendar receives a total of 1 weekly downloads. As such, angular-events-calendar popularity was classified as not popular.
We found that angular-events-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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.