Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@protacon/ngx-resource-calendar
Advanced tools
Resource calendar for Angular 8+
$ npm install --save @protacon/ngx-resource-calendar
Add NgxResourceCalendarModule
as an import in your app's root NgModule.
import { NgxResourceCalendarModule } from '@protacon/ngx-resource-calendar';
@NgModule({
...
imports: [
...
NgxResourceCalendarModule,
],
...
})
export class AppModule { }
Simple usage example
<pro-resource-calendar [dates]="dates" [events]="events" [infoTemplate]="infoTemplate" [hourTemplate]="hourTemplate">
</pro-resource-calendar>
<ng-template #infoTemplate>
Info view
</ng-template>
<ng-template #hourTemplate let-slot="slot">
<div>{{ slot.time | data: 'shortTime' }}</div>
</ng-template>
Attribute | Description | Template output |
---|---|---|
dates | Specifies the dates and resources which calendar shows | |
events | Events to show in calendar | |
slotDurationInMinutes | How many minutes one slot is. Default 15 minutes. | |
height | Heigh of one slot in pixels. Default 60px. | |
hourBorderHeight | Height between slots when hour changes like border or margin etc. Default 1px. | |
infoTemplate | A custom template to use for the header empty space top of hours. | - |
dayTemplate | A custom template to use for day view in header | day = DateModel |
resourceTemplate | A custom template to use for day view resource in header (below day template) | resource = ResourceModel |
hourTemplate | A custom template to use for hour view (left to calendar) | slot = SlotModel |
eventTemplate | A custom template to use for events | event = EventModel, resource = ResourceModel, day = DayModel |
slotTemplate | A custom template to use for slots | slot = SlotModel, resource = ResourceModel, day = DayModel |
currentTimeTemplate | A custom template to show current time etc. custom overlay | day = DateModel |
Copyright (c) 2020 Protacon
FAQs
Resource calendar for Angular
The npm package @protacon/ngx-resource-calendar receives a total of 0 weekly downloads. As such, @protacon/ngx-resource-calendar popularity was classified as not popular.
We found that @protacon/ngx-resource-calendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.