Error code is:
This Error is related to component module file When we have multiple module file (more than one) then auto generated component is missing module path so we need to give module path with component name like :
ng g c ./feature/ComponentName --module modulePath
For Example
ng g c ./feature/metric-detail --module app
comments are always welcome :)
More than one module matches. Use skip-import
option to skip importing the component into the
closest module.
This Error is related to component module file When we have multiple module file (more than one) then auto generated component is missing module path so we need to give module path with component name like :
ng g c ./feature/ComponentName --module modulePath
For Example
ng g c ./feature/metric-detail --module app
comments are always welcome :)
No comments:
Post a Comment