Allow users to use Angular CLI to generate components, routes, services and pipes with a simple command.
Just like how it would if you had Angular CLI installed locally.
I would like to be able to do the "ng generate [component name]" to create a whole Angular component, the same way it does locally.
Angular CLI is the mainstream development method for Angular and it seems like with the template called Angular CLI we (as a user) should be able to run the commands. Though I am not sure that this is possible
Hey
We were actually just talking about this yesterday and it's something we plan to implement but unfortunately I don't have a timeline for you :/
Hey @tcozzens ,
Maybe my comment here helps.
I'll leave this open until we add the Angular server template.
+1 this would be huge! I use code sandbox...well to sandbox 馃槈. As you all know the Angular workflow is highly CLI dependent. Cheers!
Hey!
After a while we changed how templates work so we now have a template with the angular CLI:
https://codesandbox.io/s/angular-cli-n61gs
You can bookmark it and you will always find it in the explore templates section of the explore tab in create new sandbox here:

Hope this helps
@SaraVieira this is awesome! Works great!
Most helpful comment
Hey!
After a while we changed how templates work so we now have a template with the angular CLI:
https://codesandbox.io/s/angular-cli-n61gs
You can bookmark it and you will always find it in the explore templates section of the explore tab in create new sandbox here:
Hope this helps