@alauda-fe/common
Version:
Alauda frontend team common codes.
15 lines (14 loc) • 682 B
TypeScript
import { Observable } from 'rxjs';
import { TimeService } from '../../core/services/public-api';
import * as i0 from "@angular/core";
export declare class CurrentTimeComponent {
private readonly time;
utc: boolean;
utc$: Observable<boolean>;
format: string;
format$: Observable<string>;
time$: Observable<string>;
constructor(time: TimeService);
static ɵfac: i0.ɵɵFactoryDeclaration<CurrentTimeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CurrentTimeComponent, "acl-current-time", never, { "utc": { "alias": "utc"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, {}, never, never, true, never>;
}