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

Commit 48d0f41

Browse files
author
John Papa
committed
fixes as per Jesus
1 parent 396cd72 commit 48d0f41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,8 @@ a(href="#toc") Back to top
10431043
.l-main-section
10441044
:marked
10451045
### Don't Prefix Output Properties
1046-
<a id="05-15"></a>
1047-
#### Style 05-15
1046+
<a id="05-16"></a>
1047+
#### Style 05-16
10481048

10491049
- Name events without the prefix `on`.
10501050

@@ -1079,8 +1079,8 @@ a(href="#toc") Back to top
10791079
.l-main-section
10801080
:marked
10811081
### Put Presentation Logic in the Component Class
1082-
<a id="05-16"></a>
1083-
#### Style 05-16
1082+
<a id="05-17"></a>
1083+
#### Style 05-17
10841084

10851085
- Put presentation logic in the Component class, and not in the template.
10861086

@@ -1142,8 +1142,8 @@ a(href="#toc") Back to top
11421142
.l-main-section
11431143
:marked
11441144
### Use HostListener and HostBinding Class Decorators
1145-
<a id="08-03"></a>
1146-
#### Style 08-03
1145+
<a id="06-03"></a>
1146+
#### Style 06-03
11471147

11481148
- Use @HostListener and @HostBinding instead of the host property of the @Directive and @Component decorators:
11491149

0 commit comments

Comments
 (0)