UNPKG
ng2-stable-nxtc
Version:
latest (1.2.8)
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
Angular Smart Table neXtCode Version
akveo.github.io/ng2-smart-table/
ng2-stable-nxtc
/
components
/
thead
/
cells
/
custom-title.component
/
custom-title.interface.d.ts
6 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ViewContainerRef
}
from
'@angular/core'
;
export
interface
CustomTitleInterface
{
viewTitleContainerRef
:
ViewContainerRef
;
setProp
:
(
propName
:
string
,
value
:
any
) =>
void
; }