From 545c8d744f5d248a1782184f4961be057078c986 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Sat, 18 Feb 2017 14:52:52 +0300 Subject: [PATCH] Add missing colon --- 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 86b98bae3f..cb6c4a7a46 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.