I\'m starting to use angular-cli and I\'ve already read a lot to find an answer about what I want to do...no success, so I came here.
Is there a way to create a componen
First run ng g module newModule . Then run ng g component newModule/newModule --flat
ng g module newModule
ng g component newModule/newModule --flat