Господа, добрый вечер! есть такой код: showSuccess: boolean = false; ngOnInit() { this.orderService.getOrder().subscribe(() => { this.showSuccess = true; }); ...