angular - Error: More than one module matches. Use skip-import option to skip importing the component into the closest module -
when try create component in angular cli showing me error. how rid of ??
im using angular cli version: 1.4.1
error: more 1 module matches. use skip-import option skip importing component closest module.
specify module using --module parameter. example, if main module app.module.ts, run this:
ng g c new-component --module app
Comments
Post a Comment