Guest User

Untitled

a guest
Nov 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. apiAddress: string = "";
  2. @Output() notify: EventEmitter<any> = new EventEmitter<any>();
  3.  
  4. autoCompleteCallback1(selectedData: any) {
  5.  
  6.  
  7. this.apiAddress = selectedData.description;
  8.  
  9. this.notify.emit(this.apiAddress);
  10. }
Add Comment
Please, Sign In to add comment