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

Commit 111cbe8

Browse files
committed
docs(api): more updates for harp 0.17.0
1 parent 9169409 commit 111cbe8

File tree

233 files changed

+1307
-3396
lines changed

Some content is hidden

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

233 files changed

+1307
-3396
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ p.location-badge.
3030
```
3131

3232

33+
34+
.l-main-section
35+
h2 Annotations
36+
.l-sub-section
37+
h3.annotation CONST
38+
pre.prettyprint
39+
code.
40+
@CONST()
41+
42+
3343
.l-main-section
3444
h2 Members
3545
.l-sub-section
@@ -52,7 +62,6 @@ p.location-badge.
5262

5363

5464
:markdown
55-
5665

5766

5867

@@ -65,7 +74,6 @@ p.location-badge.
6574

6675

6776
:markdown
68-
6977

7078

7179

@@ -82,7 +90,6 @@ p.location-badge.
8290
toString()
8391

8492
:markdown
85-
8693

8794

8895

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ p.location-badge.
1414

1515

1616
:markdown
17-
1817
Optional argument for specifying the superclass.
1918

2019

@@ -28,7 +27,6 @@ p.location-badge.
2827

2928

3029
:markdown
31-
3230
Required constructor function for a class.
3331

3432
The function may be optionally wrapped in an `Array`, in which case additional parameter

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ 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-
18+
19+
1920
All template expressions and statements are then evaluated against the component instance.
2021

2122
For details on the `@View` annotation, see <a href='View-var.html'><code>View</code></a>.
@@ -39,6 +40,16 @@ p.location-badge.
3940
```
4041

4142

43+
44+
.l-main-section
45+
h2 Annotations
46+
.l-sub-section
47+
h3.annotation CONST
48+
pre.prettyprint
49+
code.
50+
@CONST()
51+
52+
4253
.l-main-section
4354
h2 Members
4455
.l-sub-section
@@ -73,7 +84,6 @@ p.location-badge.
7384

7485

7586
:markdown
76-
7787
Defines the used change detection strategy.
7888

7989
When a component is instantiated, Angular creates a change detector, which is responsible for
@@ -95,7 +105,6 @@ p.location-badge.
95105

96106

97107
:markdown
98-
99108
Defines the set of injectable objects that are visible to its view dom children.
100109

101110
## Simple Example

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ p.location-badge.
2727
})
2828

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

3332

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,16 @@ p.location-badge.
382382
view occurs on the second `<li></li>` which is a sibling to the `<template>` element.
383383

384384

385+
386+
.l-main-section
387+
h2 Annotations
388+
.l-sub-section
389+
h3.annotation CONST
390+
pre.prettyprint
391+
code.
392+
@CONST()
393+
394+
385395
.l-main-section
386396
h2 Members
387397
.l-sub-section
@@ -416,7 +426,6 @@ p.location-badge.
416426

417427

418428
:markdown
419-
420429
The CSS selector that triggers the instantiation of a directive.
421430

422431
Angular only allows directives to trigger on CSS selectors that do not cross element
@@ -458,7 +467,6 @@ p.location-badge.
458467

459468

460469
:markdown
461-
462470
Enumerates the set of properties that accept data binding for a directive.
463471

464472
The `properties` property defines a set of `directiveProperty` to `bindingProperty`
@@ -561,7 +569,6 @@ p.location-badge.
561569

562570

563571
:markdown
564-
565572
Enumerates the set of emitted events.
566573

567574
## Syntax
@@ -614,7 +621,6 @@ p.location-badge.
614621

615622

616623
:markdown
617-
618624
Specifiy the events, actions, properties and attributes related to the host element.
619625

620626
## Events
@@ -750,7 +756,6 @@ p.location-badge.
750756

751757

752758
:markdown
753-
754759
Specifies which lifecycle should be notified to the directive.
755760

756761
See <a href='LifecycleEvent-enum.html'><code>LifecycleEvent</code></a> for details.
@@ -766,7 +771,6 @@ p.location-badge.
766771

767772

768773
:markdown
769-
770774
If set to false the compiler does not compile the children of this directive.
771775

772776

@@ -780,7 +784,6 @@ p.location-badge.
780784

781785

782786
:markdown
783-
784787
Defines the set of injectable objects that are visible to a Directive and its light dom
785788
children.
786789

@@ -821,7 +824,6 @@ p.location-badge.
821824

822825

823826
:markdown
824-
825827
Defines the name that can be used in the template to assign this directive to a variable.
826828

827829
## Simple Example

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ p.location-badge.
1919
onAllChangesDone()
2020

2121
:markdown
22-
2322

2423

2524

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ p.location-badge.
1919
onChange(changes: StringMap&lt;string, any&gt;)
2020

2121
:markdown
22-
2322

2423

2524

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ p.location-badge.
1818
onCheck()
1919

2020
:markdown
21-
2221

2322

2423

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ p.location-badge.
1818
onDestroy()
1919

2020
:markdown
21-
2221

2322

2423

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ p.location-badge.
1818
onInit()
1919

2020
:markdown
21-
2221

2322

2423

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ p.location-badge.
99
See <a href='../core/QueryList-class.html'><code>QueryList</code></a> for usage and example.
1010

1111

12+
13+
.l-main-section
14+
h2 Annotations
15+
.l-sub-section
16+
h3.annotation CONST
17+
pre.prettyprint
18+
code.
19+
@CONST()
20+
21+
1222
.l-main-section
1323
h2 Members
1424
.l-sub-section
@@ -31,7 +41,6 @@ p.location-badge.
3141

3242

3343
:markdown
34-
3544

3645

3746

@@ -44,7 +53,6 @@ p.location-badge.
4453

4554

4655
:markdown
47-
4856

4957

5058

@@ -57,7 +65,6 @@ p.location-badge.
5765

5866

5967
:markdown
60-
6168

6269

6370

@@ -70,7 +77,6 @@ p.location-badge.
7077

7178

7279
:markdown
73-
7480

7581

7682

@@ -83,7 +89,6 @@ p.location-badge.
8389

8490

8591
:markdown
86-
8792

8893

8994

@@ -100,7 +105,6 @@ p.location-badge.
100105
toString()
101106

102107
:markdown
103-
104108

105109

106110

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ p.location-badge.
3333

3434

3535
:markdown
36-
3736
Storage for the accumulated annotations so far used by the DSL syntax.
3837

3938
Used by <a href='Class-function.html'><code>Class</code></a> to annotate the generated class.
@@ -53,7 +52,6 @@ p.location-badge.
5352
Class(obj: ClassDefinition)
5453

5554
:markdown
56-
5755
Generate a class from the definition and annotate it with <a href='TypeDecorator-interface.html#annotations'><code>TypeDecorator</code></a>.
5856

5957

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ p.location-badge.
3535
```
3636

3737

38+
39+
.l-main-section
40+
h2 Annotations
41+
.l-sub-section
42+
h3.annotation CONST
43+
pre.prettyprint
44+
code.
45+
@CONST()
46+
47+
3848
.l-main-section
3949
h2 Members
4050
.l-sub-section
@@ -64,7 +74,6 @@ p.location-badge.
6474

6575

6676
:markdown
67-
6877
Specifies an inline template for an angular component.
6978

7079
NOTE: either `templateUrl` or `template` should be used, but not both.
@@ -80,7 +89,6 @@ p.location-badge.
8089

8190

8291
:markdown
83-
8492
Specifies a template URL for an angular component.
8593

8694
NOTE: either `templateUrl` or `template` should be used, but not both.
@@ -96,7 +104,6 @@ p.location-badge.
96104

97105

98106
:markdown
99-
100107
Specifies stylesheet URLs for an angular component.
101108

102109

@@ -110,7 +117,6 @@ p.location-badge.
110117

111118

112119
:markdown
113-
114120
Specifies an inline stylesheet for an angular component.
115121

116122

@@ -124,7 +130,6 @@ p.location-badge.
124130

125131

126132
:markdown
127-
128133
Specifies a list of directives that can be used within a template.
129134

130135
Directives must be listed explicitly to provide proper component encapsulation.
@@ -157,7 +162,6 @@ p.location-badge.
157162

158163

159164
:markdown
160-
161165
Specify a custom renderer for this View.
162166
If this is set, neither `template`, `templateUrl`, `styles`, `styleUrls` nor `directives` are
163167
used.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ p.location-badge.
2727
})
2828

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

3332

0 commit comments

Comments
 (0)