-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular CLI template to have terminal #1437
Comments
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 :/ |
+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! |
🌈 Feature
What is this feature?
Allow users to use Angular CLI to generate components, routes, services and pipes with a simple command.
How the feature should work?
Just like how it would if you had Angular CLI installed locally.
You have examples or an idea how it can be implemented?
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.
Why?
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
The text was updated successfully, but these errors were encountered: