I hereby claim:
- I am cristianofromagio on github.
- I am crstnfrmg (https://keybase.io/crstnfrmg) on keybase.
- I have a public key ASDetEh4imQ-HeZyrIVJd54NGWqpj5zzecSxcCyxu7OwPAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import { Component, OnInit, OnDestroy } from '@angular/core'; | |
| import { Subscription } from 'rxjs/Subscription'; | |
| import { FormControl, NgModel } from '@angular/forms'; | |
| import { MAT_MOMENT_DATE_FORMATS, MomentDateAdapter } from '@angular/material-moment-adapter'; | |
| import { DateAdapter, MAT_DATE_FORMATS, MAT_DATE_LOCALE } from '@angular/material/core'; | |
| import { MatDatepickerInputEvent } from '@angular/material/datepicker'; | |
| import { AuthService } from '../../auth.service'; | |
| import { Store } from '../../pages/stores/shared/store.model'; | |
| import { StoreService } from '../../pages/stores/shared/store.service'; | |
| import { PurchaseService } from '../../pages/purchasevalidation/shared/purchase.service'; |
| // playground requires you to assign document definition to a variable called dd | |
| var dd = { | |
| // compress: false, | |
| pageSize: 'A4', | |
| pageMargins: [50, 40, 50, 65], | |
| styles: { | |
| header: { | |
| fontSize: 22, | |
| bold: true, |
| <?xml version="1.0"?> | |
| <checkout> | |
| <currency>BRL</currency> | |
| <items> | |
| <item> | |
| <id>0001</id> | |
| <description>Camarote 5 dias</description> | |
| <amount>99999.99</amount> | |
| <quantity>3</quantity> | |
| </item> |