Add missing colon (#3274)
This commit is contained in:
parent
1d4e000079
commit
68abfd5739
|
@ -1416,7 +1416,7 @@ a#router-link-stub
|
||||||
:marked
|
:marked
|
||||||
### Stubbing the _RouterLink_
|
### 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='.')
|
+makeExample('testing/ts/src/testing/router-stubs.ts', 'router-link', 'testing/router-stubs.ts (RouterLinkStubDirective)')(format='.')
|
||||||
:marked
|
:marked
|
||||||
The `host` metadata property wires the click event of the host element (the `<a>`) to the directive's `onClick` method.
|
The `host` metadata property wires the click event of the host element (the `<a>`) to the directive's `onClick` method.
|
||||||
|
|
Loading…
Reference in New Issue