Automatic call to backToShop() removed from Invoice Component
This commit is contained in:
parent
14bb45cb95
commit
55520fb41f
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,8 @@ var Buffer = require('buffer/').Buffer;
|
||||||
selector: 'app-invoice',
|
selector: 'app-invoice',
|
||||||
templateUrl: './invoice.component.html',
|
templateUrl: './invoice.component.html',
|
||||||
styleUrls: ['./invoice.component.css']
|
styleUrls: ['./invoice.component.css']
|
||||||
})
|
});
|
||||||
|
|
||||||
export class InvoiceComponent implements OnInit {
|
export class InvoiceComponent implements OnInit {
|
||||||
faCheck = faCheck;
|
faCheck = faCheck;
|
||||||
faHourglass = faHourglass;
|
faHourglass = faHourglass;
|
||||||
|
@ -95,7 +96,6 @@ export class InvoiceComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
setTimeout(() => this.backToShop(), 10000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
backToShop() {
|
backToShop() {
|
||||||
|
|
Loading…
Reference in a new issue