diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 583e6cbf34..56acbce0df 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -8,9 +8,7 @@ "gettingStarted": { "title": "Getting Started" }, - "toh-pt1": { - "title": "Tour of Heroes Begins" - }, + "displaying-data": { "title": "Displaying Data", "intro": "Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML templates and Angular automatically updates the UI as data changes." diff --git a/public/docs/ts/latest/guide/gettingStarted.jade b/public/docs/ts/latest/guide/gettingStarted.jade index baac9ae0df..b09db67be6 100644 --- a/public/docs/ts/latest/guide/gettingStarted.jade +++ b/public/docs/ts/latest/guide/gettingStarted.jade @@ -450,4 +450,4 @@ include ../../../../_includes/_util-fns We're about to build a small application that demonstrates the great things we can build with Angular 2. - Join us next on the [Tour of Heroes]. + diff --git a/public/resources/images/examples/setup-example1.png b/public/resources/images/examples/setup-example1.png new file mode 100644 index 0000000000..c67857149f Binary files /dev/null and b/public/resources/images/examples/setup-example1.png differ