projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3cffd
)
LP1816480 follow-up: add dependency missing from 3.2 branch
author
Jane Sandberg
<sandbej@linnbenton.edu>
Fri, 24 May 2019 17:10:07 +0000
(10:10 -0700)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/app/share/grid/grid.ts
b/Open-ILS/src/eg2/src/app/share/grid/grid.ts
index
f96a4e3
..
c783e0a
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/share/grid/grid.ts
+++ b/
Open-ILS/src/eg2/src/app/share/grid/grid.ts
@@
-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';