Stream of selected user with his value that we can subscribe to like the observable.
The user that is initially selected, or undefined
if none is
Emit selected user to parent component.
UserValue array stream, that represents users loading from backend.
ID of the currently selected user
Marks user as selected in users list.
Current select user value.
On initialize component set value to stream selectedUser with preselected user. Observes search user control stream on value change.
Sets current user to the selected user.
Emit selected user to parent component.
Marks selected user in users list.
{@link UserValue}
Generated using TypeDoc
Is responsible for displaying, filtering, loading and selecting users.