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
ng g m login -m app.module doesn't look for the -m option today . But i think it would be helpful to be able to create a NgModule and tell the CLI where you want it imported (in another module).
Without this, today we must manually import it.
This would allow it to work similar to how ng g s data -m some.module and ng g c customer -mother.module work today