sinequa / sba-angular

Sinequa's Angular-based Search Based Application (SBA) Framework
https://sinequa.github.io/sba-angular/
MIT License
30 stars 23 forks source link

Components / Facets (change): make the filtered items public #49

Closed Guillaume-Developer closed 2 years ago

Guillaume-Developer commented 2 years ago

Small change to make filtered items public. This allows components extending these facets to also access the filtered items.

EDIT: I see that my pull-request did not pass the automatic check, but I believe this has to be with the latest changes brought by the 11.7, and not by the changes I did. My changes are very small and only remove "private" from two parameters.

ericleib commented 2 years ago

The problem seems to be that Angular CLI requires a more recent Node version to run the checks. Nothing to do with your PR.