Closed Tejasvi2 closed 5 years ago
Hi, in your app are you importing the NgxPaginationModule
anywhere into your app? I don't see it in your code sample. If not, follow the instructions here: https://github.com/michaelbromley/ngx-pagination#simple-example
Thanks, Michael It's working now
Hi,
Angular version: 3.9.2
ngx-pagination version: ^4.1.0
Description of issue: The parent component is been created to render the child component i.e pagination directive template.
The following are mine code: component.module.ts.
I have created a component with a export class PaginationComponent.
In pagination.ts
In pagination.html
Expected result: Should show the pagination.
Actual result:
When we try to run the code it is giving below error