CodeSandBox: How to access terminal in angular project

1.3k Views Asked by At

I want to execute some ng commands in codeSandBox in an angular project. But I couldn't see any terminal option, whereas I can see terminal when I work on some Node.JS project. Can anyone please help me to access terminal? Here is my codesandbox link. Please let me know if I am missing some configurations.

1

There are 1 best solutions below

0
On BEST ANSWER

As i found so far codesandbox doesn't support Angular CLI out of the box, as they stated in one issue on codesandbox github repository - here

I also found a sandbox project that implements Angular CLI which you can fork and use so on. Link to codesandbox project

Good luck