GitHub

DaffMockCurrencyPipe

import { DaffMockCurrencyPipe } from '@daffodil/core/testing'
@Pipe()
class DaffMockCurrencyPipe implements PipeTransform {
  transform(value: number)
}

Properties

Name Type Description
transform