I am trying to learn angular. I installed the lastest version and created an app called test using ng new test
command.
Then I opened the app in visual studio code. In the terminal I entered the following command to create a new component:
ng g form1
I get the following error:
Error: A collection and schematic is required during execution.
Please see the screenshot. Please help. Thanks.