• Overview
@angular/common

Time

Type Alias
deprecated

Represents a time value with hours and minutes.

Deprecation warning

Locale date getters are deprecated

API

  type Time = { hours: number; minutes: number;}  
Jump to details