UNPKG
@drooms/ng-metadata
Version:
latest (4.0.2)
4.0.2
Angular 2 decorators and utils for Angular 1.x
github.com/ngParty/ng-metadata
ngParty/ng-metadata
@drooms/ng-metadata
/
src
/
core
/
change_detection.d.ts
4 lines
(3 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
export
{
SimpleChange
,
SimpleChanges
}
from
'./change_detection/change_detection_util'
;
export
{
ChangeDetectionStrategy
}
from
'./change_detection/constants'
;
export
{
ChangeDetectorRef
}
from
'./change_detection/change_detector_ref'
;