Issue
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.
Solution
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
Answered By - Bane2000
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.