core/user/user-menu.service.ts
Properties |
Methods |
Accessors |
add | ||||||||
add(item: UserMenuItem)
|
||||||||
Adds a new item to the search in the header.
Parameters :
Returns :
void
|
remove | ||||||||
remove(item: UserMenuItem)
|
||||||||
Removes an search from the header.
Parameters :
Returns :
void
|
state$ |
state$:
|
Type : BehaviorSubject<any>
|
Default value : new BehaviorSubject<any>({
userMenuItems: new Set<UserMenuItem>()
})
|
state |
getstate()
|
Returns the current state. |