LP1816480 follow-up: add dependency missing from 3.2 branch
authorJane Sandberg <sandbej@linnbenton.edu>
Fri, 24 May 2019 17:10:07 +0000 (10:10 -0700)
committerBill Erickson <berickxx@gmail.com>
Fri, 24 May 2019 17:58:19 +0000 (13:58 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid.ts

index f96a4e3..c783e0a 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Collection of grid related classses and interfaces.
  */
-import {TemplateRef} from '@angular/core';
+import {TemplateRef, EventEmitter} from '@angular/core';
 import {Observable, Subscription} from 'rxjs';
 import {IdlService, IdlObject} from '@eg/core/idl.service';
 import {OrgService} from '@eg/core/org.service';