From 2b714a394592ebd1586cad7f315f6832381c10bc Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Wed, 6 Apr 2016 11:45:12 +0300 Subject: [PATCH] docs(lifecycle-hooks): Fixed missing ":marked" typo closes #1051 --- public/docs/ts/latest/guide/lifecycle-hooks.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/public/docs/ts/latest/guide/lifecycle-hooks.jade b/public/docs/ts/latest/guide/lifecycle-hooks.jade index df2bbab80e..1f425fbee9 100644 --- a/public/docs/ts/latest/guide/lifecycle-hooks.jade +++ b/public/docs/ts/latest/guide/lifecycle-hooks.jade @@ -64,6 +64,7 @@ a(id="hooks-overview") Nonetheless, we strongly recommend adding interfaces to TypeScript directive classes in order to benefit from strong typing and editor tooling. +:marked Here are the component lifecycle hook methods: ### Directives and Components