How can I run this sample page in SSD

Hi @Sam Can you please help me with this.

In the top dropdown list, there is an option called Initialize. Choose that and execute it this will run npm install. After that, you can get the live view of the page. If there’s any mistake from my side, I apologize. This is based on my knowledge from the previous day.

1 Like

First you need to install angular globally through you terminal and try to run again i got the same error yesterday after installing angular it got fixed

1 Like

I have Installed npm install -g @angular/cli then it shows

should I want to install this also
npm install @angular/core @angular/cli @angular/compiler @angular/common @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/forms @angular-devkit/build-angular --save

@Aswin @kaushik

I’m not sure, but in my case the issue was solved by first running Initialization and then viewing the page.

1 Like

@Aswin, @kaushik Thanks for the help. It run successfully but it shows blank page only.

are you design any think in stepperDemo page
also you can check /home page

Thats because your page might be in hide mode when you click the page in the right top of that you can see a option to unhide near to the delete button just toggle on that then it will be ok

Its not in hide mode, Is there any issue with routes?

did you give content (label) inside the step ??

Yes given

I faced this same problem. I wasn’t saving my pages after making changes.

So, try saving your pages using Ctrl+S or by right-clicking on the page and choosing Save.

This worked for me, so give it a try!

This is what happening

refer this here Stepper is there out side of step
you can try like this

2 Likes

Thank you @kaushik, I corrected it.

1 Like