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
1 post - 1 participant