mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[no-issue] remove viewChildren use (#3116)
* remove viewChildren component use in lib and demoshell * Update trashcan.component.ts * Update trashcan.component.ts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<adf-people-search-field
|
||||
#peopleSearchField
|
||||
class="adf-people-selector-field"
|
||||
[performSearch]="performSearch"
|
||||
[placeholder]="placeholder"
|
||||
@@ -11,4 +12,4 @@
|
||||
data-automation-id="adf-people-selector-deselect"
|
||||
(click)="userDeselected()">
|
||||
<mat-icon>cancel</mat-icon>
|
||||
</button>
|
||||
</button>
|
||||
|
@@ -41,7 +41,7 @@ export class PeopleSelectorComponent {
|
||||
@Output()
|
||||
peopleIdChange: EventEmitter<number>;
|
||||
|
||||
@ViewChild(PeopleSearchFieldComponent)
|
||||
@ViewChild('peopleSearchField')
|
||||
searchFieldComponent: PeopleSearchFieldComponent;
|
||||
|
||||
performSearch: PerformSearchCallback;
|
||||
|
Reference in New Issue
Block a user