0.0.3 • Published 12 months ago

ngx-strip-calendar v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

šŸ“ Table of Contents

āœ… Prerequisites

The current version of the library is compatible with Ionic 7+.

ā¬‡ļø Install

Using npm

npm install ngx-strip-calendar --save

Using yarn

yarn add ngx-strip-calendar

šŸ›  Setup

Once installed you need to import it directly in component, you will be using it in:

import { StripCalendarComponent } from 'ngx-strip-calendar';

@Component({
  ...
  imports: [StripCalendarComponent, ...],
  ...
})

Usage

Include the component on page template, like the example below:

  <ngx-strip-calendar
  (onDateChange)="yourFunction($event)"></ngx-strip-calendar>

Events

  • onDateChange: EventEmitter<string>, called whenever you change a date value

Author

šŸ‘¤ Najam Us Saqib

šŸ¤ Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2024 Saqb92. This project is MIT licensed.