0.3.1 • Published 4 years ago

ng-add-to-calendar v0.3.1

Weekly downloads
28
License
MIT
Repository
github
Last release
4 years ago

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.

0.3.1

4 years ago

0.3.0

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago

0.0.2

6 years ago