The current version of the library is compatible with Ionic 7+.
Using npm
npm install ngx-strip-calendar --save
Using yarn
yarn add ngx-strip-calendar
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, ...],
...
})
Include the component on page template, like the example below:
<ngx-strip-calendar
(onDateChange)="yourFunction($event)"></ngx-strip-calendar>
- onDateChange:
EventEmitter<string>, called whenever you change a date value
👤 Najam Us Saqib
- Github: @saqib92
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!