0

I tried to create a pipe filter by using following cli.

ionic g pipe search-filter

but I get this error message.

ng generate pipe search-filter --project=app More than one module matches. Use skip-import option to skip importing the component into the closest module.

Of course, ionic g page pages/login works well
Please let me know how to fix the problem in creating new pipe.
Thank you

Per Henrik Lausten
  • 21,331
  • 3
  • 29
  • 76
Jason G
  • 128
  • 1
  • 9

1 Answers1

0

Try this.
ionic g pipe search-filter --module app

Jason G
  • 128
  • 1
  • 9