VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

ERROR NullInjectorError: R3InjectorError(AppModule)[OrderPipe -> OrderPipe -> OrderPipe]: #124

Closed 9amcoder closed 3 years ago

9amcoder commented 3 years ago

Hello,

I got the error after I inject this pipe into my project.

image

I wonder if this pipe doesn't support a modal window rendering?

9amcoder commented 3 years ago

I solved the issue.

It is because I forgot to import the ' OrderPipe ' npm pakacge to ' app.module '

Thank you for providing this pipe project, it's really helpful.