README.md

July 29, 2025 ยท View on GitHub

ngx-strip-calendar

Documentation Maintenance License: MIT

๐Ÿ“ Table of Contents

โœ… Prerequisites

The current version of the library is compatible with Angular 20+ and Ionic 8+.

โฌ‡๏ธ 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

๐Ÿ‘ค CodingChefs

๐Ÿค 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 ยฉ 2025 CodingChefs.
This project is MIT licensed.