changed method privacy
This commit is contained in:
@@ -59,7 +59,7 @@ export class UserSearchComponent
|
|||||||
control: FormControl = new FormControl<UserSearchResult | string>("")
|
control: FormControl = new FormControl<UserSearchResult | string>("")
|
||||||
protected list: UserSearchResult[] = []
|
protected list: UserSearchResult[] = []
|
||||||
private _onChange!: (_: UserSearchResult) => void
|
private _onChange!: (_: UserSearchResult) => void
|
||||||
private _onTouched!: () => void
|
protected _onTouched!: () => void
|
||||||
|
|
||||||
static nextId = 0
|
static nextId = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user