npm.io
0.3.1 • Published 6 years ago

ng-add-to-calendar

Licence
MIT
Version
0.3.1
Deps
1
Size
545 kB
Vulns
0
Weekly
0

ng-add-to-calendar

Angular 2+ add to calendar.

Install

npm install ng-add-to-calendar --save

Usage

The basic usage scenario can be described in three steps.

Step 1. Import the module
import { AddToCalendarModule } from "ng-add-to-calendar";
Step 2. Import the module to yours
@NgModule({
  imports: [
    ...,
    AddToCalendarModule,
  ],
  ...
})
...
Step 3. Import the module to yours
addToCalendarData: IAddToCalendarData {
  label: string;
  title: string;
  description: string;
  location: string;
  start: Date;
  end: Date;
}
...
Step 4. Use the component in your template
<!-- with default markup -->
<ng-add-to-calendar [options]="addToCalendarData"></ng-add-to-calendar>

Feedback

Issues and PRs are welcome. You can provide your feedback or drop us a support request at [namane.toufik@gmail.com][email].