CodeSandBox: How to access terminal in angular project

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 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

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like