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.
CodePudding user response:
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