ngx-simple-countdown
Version:
The most simple way to display a countdown in angular 19 (standalone and ngModule)
9 lines (8 loc) • 582 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-simple-countdown.directive";
import * as i2 from "./ngx-simple-timeago.directive";
export declare class NgxSimpleCountdownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSimpleCountdownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSimpleCountdownModule, [typeof i1.NgxSimpleCountdownDirective, typeof i2.NgxSimpleTimeagoDirective], never, [typeof i1.NgxSimpleCountdownDirective, typeof i2.NgxSimpleTimeagoDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSimpleCountdownModule>;
}