Socket
Book a DemoInstallSign in
Socket

strip-calendar

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

strip-calendar

Angular 17+ Strip Calendar component

unpublished
latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
0
Created
Source

ngx-strip-calendar

Documentation Maintenance License: MIT

📝 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 '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

  • yourFunction: 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.

Keywords

Ionic

FAQs

Package last updated on 08 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts