A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | sort | Doc Section | Any 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 | 4 | constructor(domElement) | -- | ||||||||||||||||||||||||
6 | 5 | domElement | no | ||||||||||||||||||||||||
7 | 6 | getAttribute(name:string) | no | ||||||||||||||||||||||||
8 | 7 | ExceptionHandler | yes | ||||||||||||||||||||||||
9 | 8 | call(error, stackTrace = null, reason = null) | no | ||||||||||||||||||||||||
10 | 9 | angular2/annotations | yes | ||||||||||||||||||||||||
11 | 10 | Directive | yes | yes | |||||||||||||||||||||||
12 | 11 | constructor({ selector, bind, events, lifecycle }:{ selector:string, bind:any, events: any, lifecycle:List }={}) | -- | ||||||||||||||||||||||||
13 | 12 | bind | yes | yes | |||||||||||||||||||||||
14 | 13 | events | yes | yes | |||||||||||||||||||||||
15 | 14 | hasLifecycleHook(hook:string) | yes | yes | |||||||||||||||||||||||
16 | 15 | lifecycle | yes | yes | |||||||||||||||||||||||
17 | 16 | selector | yes | yes | |||||||||||||||||||||||
18 | 17 | Component | yes | yes | |||||||||||||||||||||||
19 | 18 | constructor({ selector, bind, events, services, lifecycle, changeDetection }:{ selector:string, bind:Object, events:Object, services:List, lifecycle:List, changeDetection:string }={}) | -- | ||||||||||||||||||||||||
20 | 19 | changeDetection | yes | yes | |||||||||||||||||||||||
21 | 20 | services | yes | yes | |||||||||||||||||||||||
22 | 21 | DynamicComponent | yes | yes | |||||||||||||||||||||||
23 | 22 | constructor({ selector, bind, events, services, lifecycle }:{ selector:string, bind:Object, events:Object, services:List, lifecycle:List }={}) | -- | ||||||||||||||||||||||||
24 | 23 | services | yes | yes | |||||||||||||||||||||||
25 | 24 | Decorator | yes | yes | |||||||||||||||||||||||
26 | 25 | constructor({ selector, bind, events, lifecycle, compileChildren = true, }:{ selector:string, bind:any, events:any, lifecycle:List, compileChildren:boolean }={}) | -- | ||||||||||||||||||||||||
27 | 26 | compileChildren | yes | yes | |||||||||||||||||||||||
28 | 27 | EventEmitter | yes | ||||||||||||||||||||||||
29 | 28 | constructor(eventName) | -- | ||||||||||||||||||||||||
30 | 29 | eventName | no | ||||||||||||||||||||||||
31 | 30 | token | no | ||||||||||||||||||||||||
32 | 31 | Attribute | yes | ||||||||||||||||||||||||
33 | 32 | constructor(attributeName) | -- | ||||||||||||||||||||||||
34 | 33 | attributeName | no | ||||||||||||||||||||||||
35 | 34 | token | no | ||||||||||||||||||||||||
36 | 35 | Query | yes | ||||||||||||||||||||||||
37 | 36 | constructor(directive) | -- | ||||||||||||||||||||||||
38 | 37 | directive | no | ||||||||||||||||||||||||
39 | 38 | PropertySetter | yes | ||||||||||||||||||||||||
40 | 39 | constructor(propName) | -- | ||||||||||||||||||||||||
41 | 40 | propName | no | ||||||||||||||||||||||||
42 | 41 | token | no | ||||||||||||||||||||||||
43 | 42 | Viewport | yes | yes | |||||||||||||||||||||||
44 | 43 | constructor({ selector, bind, events, lifecycle }:{ selector:string, bind:any, lifecycle:List }={}) | -- | ||||||||||||||||||||||||
45 | 44 | onDestroy var | yes | yes | |||||||||||||||||||||||
46 | 45 | onChange var | yes | yes | |||||||||||||||||||||||
47 | 46 | onAllChangesDone var | yes | yes | |||||||||||||||||||||||
48 | 47 | View | yes | yes | |||||||||||||||||||||||
49 | 48 | constructor({ url, inline, directives, formatters, source, locale, device }: { url: string, inline: string, directives: List, formatters: List, source: List | -- | ||||||||||||||||||||||||
50 | 49 | device | yes | yes | |||||||||||||||||||||||
51 | 50 | directives | |||||||||||||||||||||||||
52 | 51 | formatters | |||||||||||||||||||||||||
53 | 52 | inline | |||||||||||||||||||||||||
54 | 53 | locale | |||||||||||||||||||||||||
55 | 54 | source | |||||||||||||||||||||||||
56 | 55 | template | |||||||||||||||||||||||||
57 | 56 | templateUrl | |||||||||||||||||||||||||
58 | 57 | Parent | yes | yes | |||||||||||||||||||||||
59 | 58 | constructor() | -- | ||||||||||||||||||||||||
60 | 59 | Ancestor | yes | yes | |||||||||||||||||||||||
61 | 60 | constructor() | -- | ||||||||||||||||||||||||
62 | 61 | angular2/change_detection | yes | ||||||||||||||||||||||||
63 | 62 | dynamicChangeDetection var | yes | ||||||||||||||||||||||||
64 | 63 | jitChangeDetection var | yes | ||||||||||||||||||||||||
65 | 64 | ChangeDetectorRef | yes | needs work | |||||||||||||||||||||||
66 | 65 | constructor(cd:ChangeDetector) | -- | ||||||||||||||||||||||||
67 | 66 | _cd | MAKE PRIVATE? | ||||||||||||||||||||||||
68 | 67 | detach() | yes | ||||||||||||||||||||||||
69 | 68 | reattach() | yes | ||||||||||||||||||||||||
70 | 69 | requestCheck() | yes | ||||||||||||||||||||||||
71 | 64 | ChangeDetection | yes | ||||||||||||||||||||||||
72 | 65 | createProtoChangeDetector(name:string, changeControlStrategy:string=DEFAULT) | no | ||||||||||||||||||||||||
73 | 66 | LifeCycle | yes | mentions link to [Zone] which is not documented | |||||||||||||||||||||||
74 | 67 | constructor(exceptionHandler:ExceptionHandler, changeDetector:ChangeDetector = null, enforceNoNewChanges:boolean = false) | -- | ||||||||||||||||||||||||
75 | 68 | registerWith(zone:VmTurnZone, changeDetector:ChangeDetector = null) | make private | ||||||||||||||||||||||||
76 | 69 | tick() | yes | ||||||||||||||||||||||||
77 | 70 | angular2/directives | no | vicb | |||||||||||||||||||||||
78 | 71 | For | yes | vicb | |||||||||||||||||||||||
79 | 72 | constructor(viewContainer:ViewContainer) | -- | ||||||||||||||||||||||||
80 | 73 | bulkInsert(tuples, viewContainer) | no | ||||||||||||||||||||||||
81 | 74 | bulkRemove(tuples, viewContainer) | no | ||||||||||||||||||||||||
82 | 75 | iterableChanges(changes) | no | ||||||||||||||||||||||||
83 | 76 | perViewChange(view, record) | no | ||||||||||||||||||||||||
84 | 77 | viewContainer | no | ||||||||||||||||||||||||
85 | 78 | If | yes | vicb | |||||||||||||||||||||||
86 | 79 | constructor(viewContainer: ViewContainer) | -- | ||||||||||||||||||||||||
87 | 80 | condition(newCondition) | no | ||||||||||||||||||||||||
88 | 81 | prevCondition | no | ||||||||||||||||||||||||
89 | 82 | viewContainer | no | ||||||||||||||||||||||||
90 | 83 | NonBindable | yes | vicb | |||||||||||||||||||||||
91 | 84 | Switch | yes | vicb | |||||||||||||||||||||||
92 | 85 | constructor() | -- | ||||||||||||||||||||||||
93 | 86 | value(value) | no | ||||||||||||||||||||||||
94 | 87 | SwitchWhen | yes | vicb | |||||||||||||||||||||||
95 | 88 | constructor(el: NgElement, viewContainer: ViewContainer, sswitch: Switch) | -- | ||||||||||||||||||||||||
96 | 89 | when(value) | no | ||||||||||||||||||||||||
97 | 90 | SwitchDefault | yes | ||||||||||||||||||||||||
98 | 91 | constructor(viewContainer: ViewContainer, sswitch: Switch) | -- | ||||||||||||||||||||||||
99 | 92 | angular2/forms (Victor) | yes | ||||||||||||||||||||||||
100 | 93 | DefaultValueAccessor | yes |