55 lines
906 B
Plaintext
55 lines
906 B
Plaintext
|
|
p.location-badge.
|
|
exported from <a href='../change_detection'>angular2/change_detection</a>
|
|
defined in <a href="https://github.com/angular/angular/tree/3a0410a/modules/angular2/src/change_detection/change_detection.ts#L80-L112">angular2/src/change_detection/change_detection.ts (line 80)</a>
|
|
|
|
:markdown
|
|
Implements change detection using a map of pregenerated proto detectors.
|
|
|
|
.l-main-section
|
|
h2 Members
|
|
.l-sub-section
|
|
h3 constructor
|
|
|
|
|
|
pre.prettyprint
|
|
code.
|
|
constructor(registry: PipeRegistry, protoChangeDetectorsForTest?: StringMap<string, Function>)
|
|
|
|
:markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.l-sub-section
|
|
h3 registry
|
|
|
|
|
|
:markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.l-sub-section
|
|
h3 createProtoChangeDetector
|
|
|
|
|
|
pre.prettyprint
|
|
code.
|
|
createProtoChangeDetector(definition: ChangeDetectorDefinition)
|
|
|
|
:markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|