Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5d2a873

Browse files
committed
docs(api): update to alpha-33
1 parent e640636 commit 5d2a873

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+100
-90
lines changed

public/docs/js/latest/api/annotations/Attribute-var.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
h2 Attribute <span class="type">variable</span>
44
p.location-badge.
55
exported from <a href='../annotations'>angular2/annotations</a>
6-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L365-L365">angular2/src/core/annotations/decorators.ts (line 365)</a>
6+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L366-L366">angular2/src/core/annotations/decorators.ts (line 366)</a>
77

88
:markdown
99
<a href='Attribute-var.html'><code>Attribute</code></a> factory function.

public/docs/js/latest/api/annotations/AttributeFactory-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L241-L292">angular2/src/core/annotations/decorators.ts (line 241)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L242-L293">angular2/src/core/annotations/decorators.ts (line 242)</a>
55

66
:markdown
77
<a href='Attribute-var.html'><code>Attribute</code></a> factory for creating annotations, decorators or DSL.

public/docs/js/latest/api/annotations/Component-var.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
h2 Component <span class="type">variable</span>
44
p.location-badge.
55
exported from <a href='../annotations'>angular2/annotations</a>
6-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L349-L350">angular2/src/core/annotations/decorators.ts (line 349)</a>
6+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L350-L351">angular2/src/core/annotations/decorators.ts (line 350)</a>
77

88
:markdown
99
<a href='Component-var.html'><code>Component</code></a> factory function.

public/docs/js/latest/api/annotations/ComponentAnnotation-class.jade

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ p.location-badge.
1515
- creates a shadow DOM for the component.
1616
- loads the selected template into the shadow DOM.
1717
- creates all the injectable objects configured with `hostInjector` and `viewInjector`.
18-
19-
18+
2019
All template expressions and statements are then evaluated against the component instance.
2120

2221
For details on the `@View` annotation, see <a href='View-var.html'><code>View</code></a>.
@@ -59,18 +58,18 @@ p.location-badge.
5958
pre.prettyprint
6059
code.
6160
constructor({selector, properties, events, host, exportAs, lifecycle, hostInjector, viewInjector,
62-
changeDetection = DEFAULT, compileChildren = true}?: {
63-
selector?: string,
64-
properties?: List&lt;string&gt;,
65-
events?: List&lt;string&gt;,
66-
host?: StringMap&lt;string, string&gt;,
67-
lifecycle?: List&lt;LifecycleEvent&gt;,
68-
hostInjector?: List&lt;any&gt;,
69-
exportAs?: string,
70-
compileChildren?: boolean,
71-
viewInjector?: List&lt;any&gt;,
72-
changeDetection?: string,
73-
})
61+
changeDetection = DEFAULT, compileChildren = true}?: {
62+
selector?: string,
63+
properties?: List&lt;string&gt;,
64+
events?: List&lt;string&gt;,
65+
host?: StringMap&lt;string, string&gt;,
66+
lifecycle?: List&lt;LifecycleEvent&gt;,
67+
hostInjector?: List&lt;any&gt;,
68+
exportAs?: string,
69+
compileChildren?: boolean,
70+
viewInjector?: List&lt;any&gt;,
71+
changeDetection?: string,
72+
})
7473

7574
:markdown
7675

public/docs/js/latest/api/annotations/ComponentDecorator-interface.jade

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L18-L37">angular2/src/core/annotations/decorators.ts (line 18)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L19-L38">angular2/src/core/annotations/decorators.ts (line 19)</a>
55

66
:markdown
77
Interface for the <a href='Component-var.html'><code>Component</code></a> decorator function.
@@ -18,13 +18,13 @@ p.location-badge.
1818
pre.prettyprint
1919
code.
2020
View(obj: {
21-
templateUrl?: string,
22-
template?: string,
23-
directives?: List&lt;Type | any | List&lt;any&gt;&gt;,
24-
renderer?: string,
25-
styles?: List&lt;string&gt;,
26-
styleUrls?: List&lt;string&gt;,
27-
})
21+
templateUrl?: string,
22+
template?: string,
23+
directives?: List&lt;Type | any | List&lt;any&gt;&gt;,
24+
renderer?: string,
25+
styles?: List&lt;string&gt;,
26+
styleUrls?: List&lt;string&gt;,
27+
})
2828

2929
:markdown
3030
Chain <a href='View-var.html'><code>View</code></a> annotation.

public/docs/js/latest/api/annotations/ComponentFactory-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L109-L179">angular2/src/core/annotations/decorators.ts (line 109)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L110-L180">angular2/src/core/annotations/decorators.ts (line 110)</a>
55

66
:markdown
77
<a href='ComponentAnnotation-class.html'><code>ComponentAnnotation</code></a> factory for creating annotations, decorators or DSL.

public/docs/js/latest/api/annotations/Directive-var.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
h2 Directive <span class="type">variable</span>
44
p.location-badge.
55
exported from <a href='../annotations'>angular2/annotations</a>
6-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L354-L354">angular2/src/core/annotations/decorators.ts (line 354)</a>
6+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L355-L355">angular2/src/core/annotations/decorators.ts (line 355)</a>
77

88
:markdown
99
<a href='Directive-var.html'><code>Directive</code></a> factory function.

public/docs/js/latest/api/annotations/DirectiveAnnotation-class.jade

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -401,18 +401,18 @@ p.location-badge.
401401
pre.prettyprint
402402
code.
403403
constructor({
404-
selector, properties, events, host, lifecycle, hostInjector, exportAs,
405-
compileChildren = true,
406-
}?: {
407-
selector?: string,
408-
properties?: List&lt;string&gt;,
409-
events?: List&lt;string&gt;,
410-
host?: StringMap&lt;string, string&gt;,
411-
lifecycle?: List&lt;LifecycleEvent&gt;,
412-
hostInjector?: List&lt;any&gt;,
413-
exportAs?: string,
414-
compileChildren?: boolean,
415-
})
404+
selector, properties, events, host, lifecycle, hostInjector, exportAs,
405+
compileChildren = true,
406+
}?: {
407+
selector?: string,
408+
properties?: List&lt;string&gt;,
409+
events?: List&lt;string&gt;,
410+
host?: StringMap&lt;string, string&gt;,
411+
lifecycle?: List&lt;LifecycleEvent&gt;,
412+
hostInjector?: List&lt;any&gt;,
413+
exportAs?: string,
414+
compileChildren?: boolean,
415+
})
416416

417417
:markdown
418418

public/docs/js/latest/api/annotations/DirectiveDecorator-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L11-L18">angular2/src/core/annotations/decorators.ts (line 11)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L12-L19">angular2/src/core/annotations/decorators.ts (line 12)</a>
55

66
:markdown
77
Interface for the <a href='Directive-var.html'><code>Directive</code></a> decorator function.

public/docs/js/latest/api/annotations/DirectiveFactory-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L56-L109">angular2/src/core/annotations/decorators.ts (line 56)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L57-L110">angular2/src/core/annotations/decorators.ts (line 57)</a>
55

66
:markdown
77
<a href='Directive-var.html'><code>Directive</code></a> factory for creating annotations, decorators or DSL.

public/docs/js/latest/api/annotations/Query-var.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
h2 Query <span class="type">variable</span>
44
p.location-badge.
55
exported from <a href='../annotations'>angular2/annotations</a>
6-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L370-L370">angular2/src/core/annotations/decorators.ts (line 370)</a>
6+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L371-L371">angular2/src/core/annotations/decorators.ts (line 371)</a>
77

88
:markdown
99
<a href='Query-var.html'><code>Query</code></a> factory function.

public/docs/js/latest/api/annotations/QueryFactory-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L292-L343">angular2/src/core/annotations/decorators.ts (line 292)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L293-L344">angular2/src/core/annotations/decorators.ts (line 293)</a>
55

66
:markdown
77
<a href='Query-var.html'><code>Query</code></a> factory for creating annotations, decorators or DSL.

public/docs/js/latest/api/annotations/View-var.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
h2 View <span class="type">variable</span>
44
p.location-badge.
55
exported from <a href='../annotations'>angular2/annotations</a>
6-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L359-L360">angular2/src/core/annotations/decorators.ts (line 359)</a>
6+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L360-L361">angular2/src/core/annotations/decorators.ts (line 360)</a>
77

88
:markdown
99
<a href='View-var.html'><code>View</code></a> factory function.

public/docs/js/latest/api/annotations/ViewAnnotation-class.jade

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations_impl/view.ts#L1-L109">angular2/src/core/annotations_impl/view.ts (line 1)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations_impl/view.ts#L4-L112">angular2/src/core/annotations_impl/view.ts (line 4)</a>
55

66
:markdown
77
Declares the available HTML templates for an application.
@@ -53,14 +53,14 @@ p.location-badge.
5353

5454
pre.prettyprint
5555
code.
56-
constructor({templateUrl, template, directives, renderer, styles, styleUrls}?: {
57-
templateUrl?: string,
58-
template?: string,
59-
directives?: List&lt;Type | any | List&lt;any&gt;&gt;,
60-
renderer?: string,
61-
styles?: List&lt;string&gt;,
62-
styleUrls?: List&lt;string&gt;,
63-
})
56+
constructor({templateUrl, template, directives, encapsulation, styles, styleUrls}?: {
57+
templateUrl?: string,
58+
template?: string,
59+
directives?: List&lt;Type | any | List&lt;any&gt;&gt;,
60+
encapsulation?: ViewEncapsulation,
61+
styles?: List&lt;string&gt;,
62+
styleUrls?: List&lt;string&gt;,
63+
})
6464

6565
:markdown
6666

@@ -158,13 +158,13 @@ p.location-badge.
158158

159159

160160
.l-sub-section
161-
h3 renderer
161+
h3 encapsulation
162162

163163

164164
:markdown
165-
Specify a custom renderer for this View.
166-
If this is set, neither `template`, `templateUrl`, `styles`, `styleUrls` nor `directives` are
167-
used.
165+
Specify how the template and the styles should be encapsulated.
166+
The default is <a href='https://github.com/ViewEncapsulation-enum.html#EMULATED'><code>ViewEncapsulation</code></a> if the view has styles,
167+
otherwise <a href='https://github.com/ViewEncapsulation-enum.html#NONE'><code>ViewEncapsulation</code></a>.
168168

169169

170170

public/docs/js/latest/api/annotations/ViewDecorator-interface.jade

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L37-L56">angular2/src/core/annotations/decorators.ts (line 37)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L38-L57">angular2/src/core/annotations/decorators.ts (line 38)</a>
55

66
:markdown
77
Interface for the <a href='View-var.html'><code>View</code></a> decorator function.
@@ -18,13 +18,13 @@ p.location-badge.
1818
pre.prettyprint
1919
code.
2020
View(obj: {
21-
templateUrl?: string,
22-
template?: string,
23-
directives?: List&lt;Type | any | List&lt;any&gt;&gt;,
24-
renderer?: string,
25-
styles?: List&lt;string&gt;,
26-
styleUrls?: List&lt;string&gt;,
27-
})
21+
templateUrl?: string,
22+
template?: string,
23+
directives?: List&lt;Type | any | List&lt;any&gt;&gt;,
24+
renderer?: string,
25+
styles?: List&lt;string&gt;,
26+
styleUrls?: List&lt;string&gt;,
27+
})
2828

2929
:markdown
3030
Chain <a href='View-var.html'><code>View</code></a> annotation.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
<h1>angular2/annotations/ViewEncapsulation</h1>
3+
<h2>(enum)</h2>
4+
<div>
5+
<p>How the template and styles of a view should be encapsulated.</p>
6+
7+
</div>

public/docs/js/latest/api/annotations/ViewFactory-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../annotations'>angular2/annotations</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L179-L241">angular2/src/core/annotations/decorators.ts (line 179)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L180-L242">angular2/src/core/annotations/decorators.ts (line 180)</a>
55

66
:markdown
77
<a href='ViewAnnotation-class.html'><code>ViewAnnotation</code></a> factory for creating annotations, decorators or DSL.

public/docs/js/latest/api/annotations/ViewQuery-var.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
h2 ViewQuery <span class="type">variable</span>
44
p.location-badge.
55
exported from <a href='../annotations'>angular2/annotations</a>
6-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L376-L376">angular2/src/core/annotations/decorators.ts (line 376)</a>
6+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/annotations/decorators.ts#L377-L377">angular2/src/core/annotations/decorators.ts (line 377)</a>
77

88
:markdown
99
<a href='ViewQuery-var.html'><code>ViewQuery</code></a> factory function.

public/docs/js/latest/api/annotations/_data.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"title" : "ViewAnnotation Class"
2121
},
2222

23+
"ViewEncapsulation-enum" : {
24+
"title" : "ViewEncapsulation Enum"
25+
},
26+
2327
"QueryAnnotation-class" : {
2428
"title" : "QueryAnnotation Class"
2529
},

public/docs/js/latest/api/core/ApplicationRef-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../core'>angular2/core</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/application_common.ts#L309-L354">angular2/src/core/application_common.ts (line 309)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/application_common.ts#L323-L368">angular2/src/core/application_common.ts (line 323)</a>
55

66
:markdown
77
Represents a Angular's representation of an Application.

public/docs/js/latest/api/core/Compiler-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../core'>angular2/core</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/compiler/compiler.ts#L60-L344">angular2/src/core/compiler/compiler.ts (line 60)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/core/compiler/compiler.ts#L60-L345">angular2/src/core/compiler/compiler.ts (line 60)</a>
55

66
:markdown
77
## URL Resolution

public/docs/js/latest/api/core/RenderElementRef-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../core'>angular2/core</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/render/api.ts#L354-L372">angular2/src/render/api.ts (line 354)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/render/api.ts#L377-L395">angular2/src/render/api.ts (line 377)</a>
55

66
:markdown
77
Abstract reference to the element which can be marshaled across web-worker boundary.

public/docs/js/latest/api/di/Binding-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ p.location-badge.
3838
pre.prettyprint
3939
code.
4040
constructor(token: any, {toClass, toValue, toAlias, toFactory, deps}:
41-
{toClass?: Type, toValue?: any, toAlias?: any, toFactory?: Function, deps?: List&lt;any&gt;})
41+
{toClass?: Type, toValue?: any, toAlias?: any, toFactory?: Function, deps?: List&lt;any&gt;})
4242

4343
:markdown
4444

public/docs/js/latest/api/forms/Control-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ p.location-badge.
3535
pre.prettyprint
3636
code.
3737
updateValue(value: any, {onlySelf, emitEvent, emitModelToViewChange}?:
38-
{onlySelf?: boolean, emitEvent?: boolean, emitModelToViewChange?: boolean})
38+
{onlySelf?: boolean, emitEvent?: boolean, emitModelToViewChange?: boolean})
3939

4040
:markdown
4141

public/docs/js/latest/api/http/XHRBackend-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../http'>angular2/http</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/http/backends/xhr_backend.ts#L60-L94">angular2/src/http/backends/xhr_backend.ts (line 60)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/http/backends/xhr_backend.ts#L62-L96">angular2/src/http/backends/xhr_backend.ts (line 62)</a>
55

66
:markdown
77
Creates <a href='XHRConnection-class.html'><code>XHRConnection</code></a> instances.

public/docs/js/latest/api/http/XHRConnection-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../http'>angular2/http</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/http/backends/xhr_backend.ts#L9-L60">angular2/src/http/backends/xhr_backend.ts (line 9)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/http/backends/xhr_backend.ts#L9-L62">angular2/src/http/backends/xhr_backend.ts (line 9)</a>
55

66
:markdown
77
Creates connections using `XMLHttpRequest`. Given a fully-qualified

public/docs/js/latest/api/test/AsyncTestCompleter-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../test'>angular2/test</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/test_lib/test_lib.ts#L35-L43">angular2/src/test_lib/test_lib.ts (line 35)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/test_lib/test_lib.ts#L36-L44">angular2/src/test_lib/test_lib.ts (line 36)</a>
55

66
:markdown
77

public/docs/js/latest/api/test/FunctionWithParamTokens-class.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../test'>angular2/test</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/test_lib/test_injector.ts#L181-L199">angular2/src/test_lib/test_injector.ts (line 181)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/test_lib/test_injector.ts#L184-L202">angular2/src/test_lib/test_injector.ts (line 184)</a>
55

66
:markdown
77

public/docs/js/latest/api/test/GuinessCompatibleSpy-interface.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
p.location-badge.
33
exported from <a href='../test'>angular2/test</a>
4-
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/test_lib/test_lib.ts#L300-L311">angular2/src/test_lib/test_lib.ts (line 300)</a>
4+
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/test_lib/test_lib.ts#L301-L312">angular2/src/test_lib/test_lib.ts (line 301)</a>
55

66
:markdown
77

0 commit comments

Comments
 (0)