From d2a89dbbd99220c6cc70b09c2671d9294e2de9ba Mon Sep 17 00:00:00 2001 From: Teri Glover Date: Thu, 1 Apr 2021 23:42:36 +0000 Subject: [PATCH] docs: edits to remove jargon (#41282) PR Close #41282 --- aio/content/guide/router.md | 21 --------------------- aio/content/guide/test-debugging.md | 2 +- aio/content/guide/testing-pipes.md | 2 +- 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 9d8a1a65ea..26117ab227 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -1,27 +1,6 @@ # Common Routing Tasks -<<<<<<< HEAD This topic describes how to implement many of the common tasks associated with adding the Angular router to your application. -======= -In a single-page application, you change what the user sees by showing or hiding portions of the display that correspond to particular components, rather than going out to the server to get a new page. -As users perform application tasks, they need to move between the different [views](guide/glossary#view "Definition of view") that you have defined. - -To handle the navigation from one [view](guide/glossary#view) to the next, you use the Angular **`Router`**. -The **`Router`** enables navigation by interpreting a browser URL as an instruction to change the view. - -To explore a sample application featuring the router's primary features, see the . - -## Prerequisites - -Before creating a route, you should be familiar with the following: - -* [Basics of components](guide/architecture-components) -* [Basics of templates](guide/glossary#template) -* An Angular app—you can generate a basic Angular application using the [Angular CLI](cli). - -For an introduction to Angular with a ready-made app, see [Getting Started](start). -For a more in-depth experience of building an Angular app, see the [Tour of Heroes](tutorial) tutorial. Both guide you through using component classes and templates. ->>>>>>> 9112c24ec1 (docs: edit to remove jargon) {@a basics} ## Generate an application with routing enabled diff --git a/aio/content/guide/test-debugging.md b/aio/content/guide/test-debugging.md index 622eac4cf9..c2abe113bf 100644 --- a/aio/content/guide/test-debugging.md +++ b/aio/content/guide/test-debugging.md @@ -4,7 +4,7 @@ If your tests aren't working as you expect them to, you can inspect and debug th
- For the sample app that the testing guides describe, see the sample app. + For the sample application that the testing guides describe, see the sample app. For the tests features in the testing guides, see tests. diff --git a/aio/content/guide/testing-pipes.md b/aio/content/guide/testing-pipes.md index fef0776486..b2d4e1d3fa 100644 --- a/aio/content/guide/testing-pipes.md +++ b/aio/content/guide/testing-pipes.md @@ -4,7 +4,7 @@ You can test [pipes](guide/pipes) without the Angular testing utilities.
- For the sample app that the testing guides describe, see the sample app. + For the sample application that the testing guides describe, see the sample app. For the tests features in the testing guides, see tests.