Skip to content

Commit c82f73c

Browse files
committed
refactor(time-picker): fix lint errors #6482
1 parent ef058be commit c82f73c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/app/time-picker/time-picker.sample.ts

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import { Component, ViewChild, AfterViewInit } from '@angular/core';
2-
import { IgxTimePickerComponent, PickerInteractionMode, IgxInputDirective, AutoPositionStrategy, OverlaySettings, DatePart } from 'igniteui-angular';
2+
import { IgxTimePickerComponent,
3+
PickerInteractionMode,
4+
IgxInputDirective,
5+
AutoPositionStrategy,
6+
OverlaySettings,
7+
DatePart } from 'igniteui-angular';
38

49
@Component({
510
selector: 'app-time-picker-sample',
@@ -41,7 +46,7 @@ export class TimePickerSampleComponent implements AfterViewInit {
4146
// this.myOverlaySettings.target = this.target.nativeElement;
4247
}
4348

44-
public showDate(date) {
49+
public showDate() {
4550
return this.tp.value ? this.tp.value.toLocaleString() : 'Value is null.';
4651
}
4752

0 commit comments

Comments
 (0)