I use this command for create myProject
:
ng new myProject
Instead of :
ng new myProject --routing
So , I dont have app-routing.modules.ts
file in myProject/src/app/
How can I alter myProject
with angular-cli,to add some options that I forget them?