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
I try creating a feature module in this app through the below command and get the subsequent error. Am I missing something?
$ng generate module customers --route customer-list --module app.module
Err:Couldn't find a route declaration in /src/app/app.module.ts.
The text was updated successfully, but these errors were encountered:
I try creating a feature module in this app through the below command and get the subsequent error. Am I missing something?
$ng generate module customers --route customer-list --module app.module
Err:Couldn't find a route declaration in /src/app/app.module.ts.
The text was updated successfully, but these errors were encountered: