style(home): format HTML and TypeScript code for clarity
This commit is contained in:
parent
abc4277e84
commit
8c9d7c498b
2 changed files with 5 additions and 2 deletions
|
@ -23,7 +23,7 @@ export class ConfirmationComponent implements AfterViewInit, OnDestroy {
|
|||
@ViewChild('modalBg') modalBg!: ElementRef;
|
||||
@ViewChild('modalCard') modalCard!: ElementRef;
|
||||
|
||||
constructor(private modalAnimationService: ModalAnimationService) { }
|
||||
constructor(private modalAnimationService: ModalAnimationService) {}
|
||||
|
||||
ngAfterViewInit() {
|
||||
if (this.successful) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue