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