UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

13 lines (12 loc) 589 B
import { DateModel } from "../_models/date.model"; import { DateService } from "../_services/date.service"; import { BaseComponent } from "ngx-gem-spaas"; import * as i0 from "@angular/core"; export declare class DateIndicatorComponent extends BaseComponent { private dateService; curDate: DateModel; constructor(dateService: DateService); private getDate; static ɵfac: i0.ɵɵFactoryDeclaration<DateIndicatorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DateIndicatorComponent, "spaas-date-indicator", never, {}, {}, never, never, false, never>; }