UNPKG
ngx-text-diff
Version:
latest (0.6.0)
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
A Text Diff component for Angular.
ngx-text-diff.herokuapp.com/home
ABenassi87/ngx-text-diff
ngx-text-diff
/
lib
/
ngx-text-diff-container.directive.d.ts
8 lines
(7 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ElementRef
}
from
'@angular/core'
;
export
declare
class
ContainerDirective
{
private
_el;
id
:
string
;
element
:
HTMLTableHeaderCellElement
;
constructor
(
_el
:
ElementRef
); }