ngx-step
Version:
A simple library module to generate the different stages for activity to track multiple stages.
8 lines (7 loc) • 388 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CustomTimeConverterPipe implements PipeTransform {
transform(value: any, ...args: any[]): any;
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTimeConverterPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<CustomTimeConverterPipe, "customTimeConverter", false>;
}