linkTime
npm Package | @angular/common |
---|---|
Module | import { Time } from '@angular/common'; |
Source | common/src/i18n/locale_data_api.ts |
type Time = {
hours: number;
minutes: number;
};
linkDescription
A representation of the time with hours and minutes