You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in ng2-bootstrap/components/timepicker/timepicker.component.ts
remove
// Evaluate from template
let hours = this.getHoursFromTemplate();
let minutes = this.getMinutesFromTemplate();
if (isDefined(hours) && isDefined(minutes)) {
this.selected.setHours(hours);
this.refresh();
}
as TS complains of non reachable code
tx
Sean
The text was updated successfully, but these errors were encountered:
in ng2-bootstrap/components/timepicker/timepicker.component.ts
remove
as TS complains of non reachable code
tx
Sean
The text was updated successfully, but these errors were encountered: