This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1043,8 +1043,8 @@ a(href="#toc") Back to top
1043
1043
.l-main-section
1044
1044
:marked
1045
1045
### 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
1048
1048
1049
1049
- Name events without the prefix `on`.
1050
1050
@@ -1079,8 +1079,8 @@ a(href="#toc") Back to top
1079
1079
.l-main-section
1080
1080
:marked
1081
1081
### 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
1084
1084
1085
1085
- Put presentation logic in the Component class, and not in the template.
1086
1086
@@ -1142,8 +1142,8 @@ a(href="#toc") Back to top
1142
1142
.l-main-section
1143
1143
:marked
1144
1144
### 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
1147
1147
1148
1148
- Use @HostListener and @HostBinding instead of the host property of the @Directive and @Component decorators:
1149
1149
You can’t perform that action at this time.
0 commit comments