GitHub

DaffMockCurrencyPipe

import { DaffMockCurrencyPipe } from '@daffodil/core/testing'

@Pipe()
class DaffMockCurrencyPipe implements PipeTransform {
  transform(value: number): void
}

() Methods

transform
void
Parameters
Parametervalue: number
Description