Add missing ` from styleguide rule (#2878)
This commit is contained in:
parent
424645e1df
commit
9ba0f34826
|
@ -1679,7 +1679,7 @@ a(href="#toc") Back to top
|
||||||
.s-rule.do
|
.s-rule.do
|
||||||
:marked
|
:marked
|
||||||
**Do** use `@Input` and `@Output` instead of the `inputs` and `outputs` properties of the
|
**Do** use `@Input` and `@Output` instead of the `inputs` and `outputs` properties of the
|
||||||
`@Directive and `@Component` decorators:
|
`@Directive` and `@Component` decorators:
|
||||||
|
|
||||||
.s-rule.do
|
.s-rule.do
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue