RoCkDevstack
RoCkDevstack

Reputation: 3817

Cannot Interact with Command Prompt In Angular

I'm very new to Angular, and went to the documentation - hero and tried it. And I need to generate new component by using the cmd ng generate component heroes .

But I can't interact with the cmd, or let me type for the next line. Is there any other way to proceed?

cmd

Upvotes: 1

Views: 173

Answers (1)

Shashank Vivek
Shashank Vivek

Reputation: 17504

Open a new cmd prompt and go to the project location and type ng g c heroes.

in your screenshot, you have started the server and so you cant do anything here. Open a new terminal and try the command.

Upvotes: 2

Related Questions