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
I have fixed this issue by adding a non-null assertion operator in Typescript. you can add the '!' operator at the end of your array or collection.
Example: let question of questions!
Another way is by turning off strictNullChecks in your tsconfig.json
=======
Angular version: 13..3.2
ngx-pagination version: 6.0.2
Description of issue: I trying to add psgintion with return of store
Steps to reproduce: just add paginate pipe
Expected result: items
Actual result: error
Any relevant code:
The text was updated successfully, but these errors were encountered: