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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
When compiling a library using Ng-Packagr I get errors from un-exported types used by selectors. I dont get this error if using Reselect to create selectors.
Part of the issue is caused by Entity using un-exported Dictionary type for its entities.
Expected behavior:
Compiling without errors
Minimal reproduction of the problem with instructions:
create a project following sample from ng-packagr.
create module withing the project with feature and selectors
build
Other information:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
What is the current behavior?
When compiling a library using Ng-Packagr I get errors from un-exported types used by selectors. I dont get this error if using Reselect to create selectors.
Part of the issue is caused by Entity using un-exported Dictionary type for its entities.
Expected behavior:
Compiling without errors
Minimal reproduction of the problem with instructions:
Other information:
The text was updated successfully, but these errors were encountered: