From 64babe2a69fd57778efa6797c2dc5380269f87ed Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Wed, 16 Mar 2016 13:51:48 +0100 Subject: [PATCH] docs(displaying-data): add table of contents --- public/docs/ts/latest/guide/displaying-data.jade | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index a8e1a5daf8..dd46ce09a3 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -14,9 +14,18 @@ include ../_util-fns figure.image-display img(src="/resources/images/devguide/displaying-data/final.png" alt="Final UI") - + :marked - [Run the live example](/resources/live-examples/displaying-data/ts/plnkr.html) + # Table Of Contents + + * [Showing component properties with interpolation](#interpolation) + * [Showing an array property with NgFor](#ngFor) + * [Conditional display with NgIf](#ngIf) + +.l-sub-section + :marked + The [live example](/resources/live-examples/displaying-data/ts/plnkr.html) + demonstrates all of the syntax and code snippets described in this chapter. .l-main-section