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
You can try below command, which describes the,
ng -> Angular g -> Generate c -> Component -m -> Module
Then your command will be like:
ng g c user/userComponent -m user.module