docs: edits to remove jargon (#41282)

PR Close #41282
This commit is contained in:
Teri Glover 2021-04-01 23:42:36 +00:00 committed by Zach Arend
parent 57540f0e75
commit d2a89dbbd9
3 changed files with 2 additions and 23 deletions

View File

@ -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 <live-example></live-example>.
## 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&mdash;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

View File

@ -4,7 +4,7 @@ If your tests aren't working as you expect them to, you can inspect and debug th
<div class="alert is-helpful">
For the sample app that the testing guides describe, see the <live-example name="testing" embedded-style noDownload>sample app</live-example>.
For the sample application that the testing guides describe, see the <live-example name="testing" embedded-style noDownload>sample app</live-example>.
For the tests features in the testing guides, see <live-example name="testing" stackblitz="specs" noDownload>tests</live-example>.

View File

@ -4,7 +4,7 @@ You can test [pipes](guide/pipes) without the Angular testing utilities.
<div class="alert is-helpful">
For the sample app that the testing guides describe, see the <live-example name="testing" embedded-style noDownload>sample app</live-example>.
For the sample application that the testing guides describe, see the <live-example name="testing" embedded-style noDownload>sample app</live-example>.
For the tests features in the testing guides, see <live-example name="testing" stackblitz="specs" noDownload>tests</live-example>.