UNPKG

angular-material-clock-time-picker

Version:

This is time picker for angular material projects, for Angular Material 5.

17 lines (12 loc) 480 B
<h1>Angular Material 5 Time Picker</h1> This is a lightweight time picker for angular material 5, with a clock shape, based on material dialog. <br><br> <mat-form-field class="example-full-width"> <input mat-timepicker matInput type="time" placeholder="Click to get the time" value="10:55 AM"> </mat-form-field> <br><br> <h2>Installing</h2> Install this dependecy for your existing angualar project: <pre> npm install angular-material-clock-time-picker --save </pre>