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
When we use ng g component any-component the path being written in app.module.ts is wrong and it fires an error. The path being written in app.module.ts is './components/src/app/home/home.component'
The text was updated successfully, but these errors were encountered:
Issue #7135 and Pull Requests #7284 and #7090 are related here. Already reported since versions 1.2.x. This is just a duplicate of an existing issue. Fixes and new implementation are already on progress being done by @Brocco
When we use
ng g component any-component
the path being written in app.module.ts is wrong and it fires an error. The path being written in app.module.ts is './components/src/app/home/home.component'The text was updated successfully, but these errors were encountered: