Closed tiotama21 closed 6 years ago
Hi,
The error message means that the pipe is not available in the component in which you are using it. If this component is in a feature module, then you need to make sure you import the Ng2PaginationModule
into that feature module.
Now, some general tips on GitHub issues, since it looks like you might be new to this:
1) It is good that you included code, but you included a bit too much! It is hard for me to find the relevant bits when there is so much code to read.
2) You can make GitHub format and highlight your code by using the special markdown for code - you start the block with three backticks followed by the language, e.g. ```TypeScript
, and then end the block with three back ticks again. I took the liberty of editing your issue to enable code formatting. See https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown.
3) You pasted your actual API keys for Firebase etc into this issue. I removed them for you now, but they have been publicly available now on the internet for a few days, so you should consider them insecure and change them.
Okay, hope all of that is helpful. Let me know if you fix it.
Hi.I am facing the same issue.I have also imported the Ng2PaginationModule
module into the component in which i am using the pagination but still the error is showing up.My angular version is 4.4.6.
thanks
Kindly do comment on this as soon as possible.
thanks
Closing this since there was no follow up from the original poster. @AbdurRehman91 see my answer to your separate issue.
Hi, thanks for contributing!
This project is maintained in my spare time, so in order to help me address your issue as quickly as possible, please provide as much of the following information as you can.
-- Michael
[^ delete this message]
=======
Angular version:4.1.3
ngx-pagination version:
Description of issue:
Steps to reproduce:
Expected result:
Actual result:
Demo: (if possible, edit this Plunker demo and paste the link to your fork)