ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
sortDoc SectionAny Content?Edited?who can help?comments
2
1
angular2/core
no
maybe find a way to just omit this module level heading
3
2
bootstrap function
yes
4
3
NgElement
yes
5
4constructor(domElement)--
6
5domElementno
7
6getAttribute(name:string)no
8
7
ExceptionHandler
yes
9
8call(error, stackTrace = null, reason = null)no
10
9
angular2/annotations
yes
11
10
Directive
yesyes
12
11constructor({ selector, bind, events, lifecycle }:{ selector:string, bind:any, events: any, lifecycle:List }={})--
13
12bindyesyes
14
13eventsyesyes
15
14hasLifecycleHook(hook:string)yesyes
16
15lifecycleyesyes
17
16selectoryesyes
18
17
Component
yesyes
19
18constructor({ selector, bind, events, services, lifecycle, changeDetection }:{ selector:string, bind:Object, events:Object, services:List, lifecycle:List, changeDetection:string }={})--
20
19changeDetectionyesyes
21
20servicesyesyes
22
21
DynamicComponent
yesyes
23
22constructor({ selector, bind, events, services, lifecycle }:{ selector:string, bind:Object, events:Object, services:List, lifecycle:List }={})--
24
23servicesyesyes
25
24
Decorator
yesyes
26
25constructor({ selector, bind, events, lifecycle, compileChildren = true, }:{ selector:string, bind:any, events:any, lifecycle:List, compileChildren:boolean }={})--
27
26compileChildrenyesyes
28
27EventEmitteryes
29
28constructor(eventName)--
30
29eventNameno
31
30tokenno
32
31Attributeyes
33
32constructor(attributeName)--
34
33attributeNameno
35
34tokenno
36
35
Query
yes
37
36constructor(directive)--
38
37directiveno
39
38PropertySetteryes
40
39constructor(propName)--
41
40propNameno
42
41tokenno
43
42
Viewport
yesyes
44
43constructor({ selector, bind, events, lifecycle }:{ selector:string, bind:any, lifecycle:List }={})--
45
44
onDestroy var
yesyes
46
45
onChange var
yesyes
47
46
onAllChangesDone var
yesyes
48
47
View
yesyes
49
48constructor({ url, inline, directives, formatters, source, locale, device }: { url: string, inline: string, directives: List, formatters: List, source: List--
50
49deviceyesyes
51
50directives
52
51formatters
53
52inline
54
53locale
55
54source
56
55template
57
56templateUrl
58
57
Parent
yesyes
59
58constructor()--
60
59
Ancestor
yesyes
61
60constructor()--
62
61
angular2/change_detection
yes
63
62
dynamicChangeDetection var
yes
64
63
jitChangeDetection var
yes
65
64ChangeDetectorRefyesneeds work
66
65constructor(cd:ChangeDetector)--
67
66_cdMAKE PRIVATE?
68
67detach()yes
69
68reattach()yes
70
69requestCheck()yes
71
64ChangeDetectionyes
72
65createProtoChangeDetector(name:string, changeControlStrategy:string=DEFAULT)no
73
66
LifeCycle
yes
mentions link to [Zone] which is not documented
74
67constructor(exceptionHandler:ExceptionHandler, changeDetector:ChangeDetector = null, enforceNoNewChanges:boolean = false)--
75
68registerWith(zone:VmTurnZone, changeDetector:ChangeDetector = null)make private
76
69tick()yes
77
70
angular2/directives
novicb
78
71Foryesvicb
79
72constructor(viewContainer:ViewContainer)--
80
73bulkInsert(tuples, viewContainer)no
81
74bulkRemove(tuples, viewContainer)no
82
75iterableChanges(changes)no
83
76perViewChange(view, record)no
84
77viewContainerno
85
78Ifyesvicb
86
79constructor(viewContainer: ViewContainer)--
87
80condition(newCondition)no
88
81prevConditionno
89
82viewContainerno
90
83
NonBindable
yesvicb
91
84
Switch
yesvicb
92
85constructor()--
93
86value(value)no
94
87
SwitchWhen
yesvicb
95
88constructor(el: NgElement, viewContainer: ViewContainer, sswitch: Switch)--
96
89when(value)no
97
90SwitchDefaultyes
98
91constructor(viewContainer: ViewContainer, sswitch: Switch)--
99
92
angular2/forms (Victor)
yes
100
93
DefaultValueAccessor
yes