ui: generic-search - make results$
variable public
in AbstractStarkSearchComponent
#3082
Labels
Milestone
results$
variable public
in AbstractStarkSearchComponent
#3082
I'm submitting a...
Current behavior
It is not allowed to use
results$
variable in template when extending AbstractStarkSearchComponent.This variable contains the results of the search and can be used directly in template using
| async
pipe.Expected behavior
This variable should be
public
.What is the motivation / use case for changing the behavior?
Improve GenericSearch.
Environment
The text was updated successfully, but these errors were encountered: