From 68abfd5739c354d495530b00ef694b8f61cc7e4d Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Mon, 20 Feb 2017 09:58:41 +0300 Subject: [PATCH] Add missing colon (#3274) --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 431de58d88..0f4a87f033 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -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 ``) to the directive's `onClick` method.