diff --git a/aio/content/start/index.md b/aio/content/start/index.md index 9f90c0861d..d57e6895cb 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -1,360 +1,277 @@ -# Getting started with a basic Angular app +# Getting started with Angular Welcome to Angular! -This tutorial introduces you to the essentials of Angular by walking you through a simple e-commerce site with a catalog, shopping cart, and check-out form. -To help you get started right away, this guide uses a simple ready-made application that you can examine and modify interactively (without having to [set up a local work environment](guide/setup-local "Setup guide")). +This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog, shopping cart, and check-out form. -
` element, use an `*ngIf` directive so that Angular only creates the `
` element if the current product has a description.
-
-
` element—including the word "Description". - -