@flusys/ng-event-manager
v5.1.1
Published
Event Manager and Calendar module for FLUSYS Angular applications
Readme
@flusys/ng-event-manager
Calendar and event management UI for FLUSYS — month/week/day views, event CRUD with recurrence, participant selection, and timezone-aware display.
Installation
npm install @flusys/ng-event-manager1. Register Routes
Add the lazy-loaded routes to your app. The route tree applies permissionGuard(EVENT_PERMISSIONS.READ) automatically.
// app.routes.ts
import { EVENT_MANAGER_ROUTES } from '@flusys/ng-event-manager';
export const routes: Routes = [
{
path: 'events',
loadChildren: () => EVENT_MANAGER_ROUTES, // mounts /calendar and /list
},
];Default redirect inside the module goes to /events/calendar.
License
MIT © FLUSYS
