0.1.1 • Published 11 months ago

watch-time-picker v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

WatchTimePicker

This library was generated with Angular CLI version 11.2.14.

Install timepicker through npm:

npm i --save watch-time-picker

connect the timepicker to an input:

<input matInput [watchTimePicker]="templateFormTest" [(ngModel)]="testTime">
    <watch-time-picker #templateFormTest>
    </watch-time-picker>

or

<form [formGroup]="testForm">
    <mat-form-field>
        <input matInput formControlName="time" [watchTimePicker]="reactiveFormTest">
        <watch-time-picker #reactiveFormTest>
        </watch-time-picker>
    </mat-form-field>
</form>

Code scaffolding

Run ng generate component component-name --project watch-time-picker to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project watch-time-picker.

Note: Don't forget to add --project watch-time-picker or else it will be added to the default project in your angular.json file.

Build

Run ng build watch-time-picker to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build watch-time-picker, go to the dist folder cd dist/watch-time-picker and run npm publish.

Running unit tests

Run ng test watch-time-picker to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.1.0

11 months ago

0.1.1

11 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago