You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue:
I already have a module using ngx-pagination, when I create other module to use ngx-pagination into a new component I got this error ERROR Error: NullInjectorError: No provider for PaginationService!`
Steps to reproduce:
Import ngx-module but error appears
Where I should import PaginationService ?
Greetings
The text was updated successfully, but these errors were encountered:
Angular version:
"@angular/cdk": "^9.0.0",
ngx-pagination version:
"ngx-pagination": "^5.0.0",
Description of issue:
I already have a module using ngx-pagination, when I create other module to use ngx-pagination into a new component I got this error
ERROR Error: NullInjectorError: No provider for
PaginationService!`Steps to reproduce:
Import ngx-module but error appears
Where I should import
PaginationService
?Greetings
The text was updated successfully, but these errors were encountered: