You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Routing_module
According to angular documentation, it's considered the best practice to add routing module for each module, so my suggestion is, when generating a module, i think it makes sense to create a route module for it.
#update
Because it's not usually the case, may be another command like ng g module routing x instead of ng g module x
Namaste