Replies: 1 comment 1 reply
-
No. You are welcome to create a PR that exports it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Scenario:
A
DataViewDefinition
holds information about the view's name, fields & it's key field.Solution approach:
Issue:
->
At some point, I need to export the store to be able to use it internally from within other files.
But since the PaginationState is not exported, I'm ending up with:
Return type of exported function has or is using name 'PaginationState' from external module "node_modules/@ngneat/elf-pagination/lib/pagination" but cannot be named.ts(4058)
Is the pagination state intentionally kept internally ?
Am I maybe missing any other obvious way, which wouldn't leave me behind with a single huge file ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions