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