|
|
@@ -1,15 +1,38 @@ |
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
selector: 'app-e-services', |
|
|
|
templateUrl: './e-services.component.html', |
|
|
|
styleUrls: ['./e-services.component.scss'] |
|
|
|
selector: 'app-e-services', |
|
|
|
templateUrl: './e-services.component.html', |
|
|
|
styleUrls: ['./e-services.component.scss'] |
|
|
|
}) |
|
|
|
export class EServicesComponent implements OnInit { |
|
|
|
|
|
|
|
constructor() { } |
|
|
|
keyValues = [{ |
|
|
|
key: 'Receipt Number', |
|
|
|
value: 'ACRA38293', |
|
|
|
}, { |
|
|
|
key: 'ARN', |
|
|
|
value: 'ARN2021110294038', |
|
|
|
}, { |
|
|
|
key: 'EP Reference No.', |
|
|
|
value: '20910038829384470' |
|
|
|
}, { |
|
|
|
key: 'Tax ID', |
|
|
|
value: 'M9-0C038921', |
|
|
|
}, { |
|
|
|
key: 'Paid By', |
|
|
|
value: 'KOH YA TING', |
|
|
|
}, { |
|
|
|
key: 'Payment Date', |
|
|
|
value: '06/11/2021 11:28:01' |
|
|
|
}, { |
|
|
|
key: 'Paid Via', |
|
|
|
value: 'Net Banking', |
|
|
|
}]; |
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
} |
|
|
|
constructor() { } |
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
} |
|
|
|
|
|
|
|
} |