File

src/app/components/payments/payment-create/payment-create.vm.ts

Index

Properties

Properties

loaderHeader
Type : string
Default value : 'Sending Transfer Request'
message
Type : string
Default value : 'Please wait a moment while we send your transfer request.'
paymentDate
Type : string
Default value : new DatePipe(LOCALE).transform(new Date(), 'shortDate')
import { DatePipe } from '@angular/common';
import { LOCALE } from '../../../app.constants';

export class PaymentCreateVm {
  loaderHeader = 'Sending Transfer Request';
  message = 'Please wait a moment while we send your transfer request.';
  paymentDate: string = new DatePipe(LOCALE).transform(new Date(), 'shortDate');
}

results matching ""

    No results matching ""