• Overview
@angular/common

Time

Type Alias
deprecated

Represents a time value with hours and minutes.

API

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