Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the StackBlitz console?

At the end of the Angular's "Getting started/try it/using forms for user inputs", we are asked at the end to "open the console to see an object containing the name and address you submitted.". But I only have a terminal where the app is running, and a classic terminal at my disposal.

Where is the console which shows the log of (in cart.component.ts line 28):

console.warn('Your order has been submitted', this.checkoutForm.value);

enter image description here

It's not in the inspect page.

[Edit]

To me it's not at the bottom of the page as Robert proposed. Maybe there's a console option to enable somewhere?

enter image description here

like image 842
Kokottc Avatar asked Jan 27 '26 08:01

Kokottc


1 Answers

When you use the "ready-made sample project in StackBlitz" from Angular "try it/Getting started", it doesn't have a console.

The console is present as Roberts screen shows when you create a new project from StackBlitz.

like image 70
Kokottc Avatar answered Jan 28 '26 20:01

Kokottc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!