mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
public peopleProcessService in search component in order to use it in template
This commit is contained in:
@@ -51,7 +51,7 @@ export class PeopleSearchComponent implements OnInit {
|
|||||||
|
|
||||||
selectedUser: LightUserRepresentation;
|
selectedUser: LightUserRepresentation;
|
||||||
|
|
||||||
constructor(peopleProcessService: PeopleProcessService) {
|
constructor(public peopleProcessService: PeopleProcessService) {
|
||||||
this.searchUser
|
this.searchUser
|
||||||
.valueChanges
|
.valueChanges
|
||||||
.debounceTime(200)
|
.debounceTime(200)
|
||||||
|
Reference in New Issue
Block a user