0.1.3 • Published 3 years ago

ace-calendar v0.1.3

Weekly downloads
22
License
MIT
Repository
-
Last release
3 years ago

Angular Date Picker Component

Reusable datepicker component for Angular apps demo. Alt text

Installation

This project can be installed via npm

Or via yarn:

Usage

How to use the datepicker component;\ integrate the component in your view (html) by simply adding this balise

<lib-ace-calendar (onDatePicked)="getDate($event)"></lib-ace-calendar>

You can use onDatePicked event handler which fires each time you select a date.

you can access the value of the selected date in your component.ts via the method:

public getDate(date: any): void { console.log('Picked date: ', date); return date; }

Don't forget to add the ace-calendar module in your app.module.ts

github repo.

Contribution

I welcome issues and pull requests on https://github.com/miminerd/strongocean

Author

Juda Buchahda -Github

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago