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
it does create the component files but it does not update the tstmdule (app/tstmdule/tstmdule.module.ts) module to have the TstcmpntComponent declaration
When I commented out this part in angular.json file and generate a component it updates the module successfully
This will successfully create a module
When creating a component inside a module,
it does create the component files but it does not update the tstmdule (app/tstmdule/tstmdule.module.ts) module to have the TstcmpntComponent declaration
When I commented out this part in
angular.json
file and generate a component it updates the module successfullyThe text was updated successfully, but these errors were encountered: