Skip to content

Commit f4cb1f4

Browse files
committed
v20.0.0
1 parent 1a9be0f commit f4cb1f4

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-mat-timepicker-repo",
3-
"version": "19.0.0",
3+
"version": "20.0.0",
44
"build": 0,
55
"license": "MIT",
66
"private": true,

projects/ngx-mat-timepicker-repo/src/app/components/test/test.component.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Component, ViewChild} from "@angular/core";
22
import {FormControl, Validators, FormsModule, ReactiveFormsModule} from "@angular/forms";
33
import {MatDialog, MatDialogModule} from "@angular/material/dialog";
4-
import {MatInputModule, MatLabel} from "@angular/material/input";
4+
import {MatInputModule} from "@angular/material/input";
55
import {MatFormFieldModule} from "@angular/material/form-field";
66
import {CodeViewerComponent} from "../code-viewer/code-viewer.component";
77
import {MatButtonModule} from "@angular/material/button";
@@ -67,10 +67,7 @@ export class NgxMatTimepickerTestDialogComponent {
6767
MatFormFieldModule,
6868
MatIconModule,
6969
MatInputModule,
70-
MatLabel,
7170
MatToolbarModule,
72-
NgxMatTimepickerComponent,
73-
NgxMatTimepickerDirective,
7471
NgxMatTimepickerFieldComponent,
7572
ReactiveFormsModule
7673
]
Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
{
22
"messages": [
33
{
4-
"text": "17/12/2024: published V19! Check it out!",
4+
"text": "02/06/2025: published V20!",
55
"opts": {
6-
"loop": false,
6+
"loop": true,
77
"delay": 80
88
}
9-
},
10-
{
11-
"text": "⚡ 29/06/2024: published V18 RC 0!",
12-
"opts": {
13-
"loop": true
14-
}
15-
},
16-
{
17-
"text": "⚡ 08/11/2023: published V17!",
18-
"opts": {
19-
"loop": true
20-
}
219
}
2210
]
2311
}

0 commit comments

Comments
 (0)