I've recently started learning angular. After installing the latest version, I created an app called "test" using the command ng new test
.
Next, I opened the app in Visual Studio Code and tried to create a new component by entering the command: ng g form1
Unfortunately, I encountered the following error message:
Error: A collection and schematic is required during execution.
I have attached a screenshot for reference. Any help on resolving this issue would be greatly appreciated. Thank you.