Is any way to create a routing.module.ts while generating a new module in angular-cli application other than creating it manually?
I recently started implementing lazy loading in my application and would like to combine both operations in one step.


