Skip to content

Watchwolf/canicompet-datetime-button

Repository files navigation

README

The component canicompet-datetime-button replace the component from the ionic project.

The idea is to improve the selection of the year and removing the "wheel" which is a mess to use.

canicompet-datetime-button

How do I get set up?

  1. Clone the repository in your project
  2. Import the component in *.module.ts
import { CanicompetDatetimeButtonModule } from '../../component/canicompet-datetime-button/canicompet-datetime-button-module';
@NgModule({
  imports: [
  	...,
    CanicompetDatetimeButtonModule
  ],
  declarations: [...Page]
})
  1. Use it in place of
<canicompet-datetime-button [value]="birthdayDate" (ionChange)="onNgModelBirthdayChange($event)" max="2050-01-01"></canicompet-datetime-button>

I have only implemented what I need, feel free to improve it.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors