Skip to content

Commit

Permalink
Latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymouse committed Dec 1, 2017
1 parent b6f6b24 commit 8333c3e
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 87 deletions.
72 changes: 0 additions & 72 deletions dist/3rdpartylicenses.txt

This file was deleted.

Binary file removed dist/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/inline.a6eb4dc01348552abb13.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.4a1fda530e078ab41e8b.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/polyfills.94f5710eb2db7f871ab4.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/styles.22499e168425562f5725.bundle.css

This file was deleted.

12 changes: 3 additions & 9 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@ <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 placeholder="Click to get the time" value="0:0">
</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>

and then import it into your <b>app.module.ts</b>

import { MatTimePickerModule } from 'angular-material-clock-time-picker';

and add it into your imports section.

3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>TimePicker</title>
<title>Angular Material Time Picker | TimePicker | Materialize time picker | Angular 5 Material Timepicker | ClockPicker</title>
<meta http-equiv="description" content="A time picker for angualar material 5">
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 8333c3e

Please sign in to comment.