Question 1 / 1
A <app-payment-form> component makes an HTTP request in ngOnInit. You want to hide it from the user until they click 'Proceed to Checkout', but you notice the HTTP request fires immediately on page load regardless. Which template implementation is causing this?