Add missing colon (#3274)

This commit is contained in:
AlexanderLukin 2017-02-20 09:58:41 +03:00 committed by Jules Kremer
parent 1d4e000079
commit 68abfd5739
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ a#router-link-stub
:marked
### Stubbing the _RouterLink_
The `RouterLinkStubDirective` contributes substantively to the test
The `RouterLinkStubDirective` contributes substantively to the test:
+makeExample('testing/ts/src/testing/router-stubs.ts', 'router-link', 'testing/router-stubs.ts (RouterLinkStubDirective)')(format='.')
:marked
The `host` metadata property wires the click event of the host element (the `<a>`) to the directive's `onClick` method.