docs: remove unnecessary `<hr />` tags in Getting Started sections (#40693)
After the docs UI redesign `h2` tags got a border top. `border-top: 1px solid #dbdbdb;`; In the sections of Getting Started guide in order to separate `What's next` from above content an `<hr />` tag was used, that now becomes unnecessary. This commit removes unnecessary `<hr />` tags. PR Close #40693
This commit is contained in:
parent
72db3e8d54
commit
19114dc11e
|
@ -260,8 +260,6 @@ The `ProductAlertsComponent` needs to emit an event when the user clicks **Notif
|
|||
|
||||
For more information on communication between components, see [Component Interaction](guide/component-interaction "Component interaction").
|
||||
|
||||
<hr />
|
||||
|
||||
{@a whats-next}
|
||||
|
||||
## What's next
|
||||
|
|
|
@ -277,8 +277,6 @@ This section guides you through modifying the `ShippingComponent` to retrieve sh
|
|||
<img src='generated/images/guide/start/shipping-prices.png' alt="Display shipping prices">
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
## What's next
|
||||
|
||||
You now have a store application with a product catalog, a shopping cart, and you can look up shipping prices.
|
||||
|
|
|
@ -69,8 +69,6 @@ A best practice is to run your project locally before you deploy it. To run your
|
|||
Because these files are static, you can host them on any web server capable of serving files; such as `Node.js`, Java, .NET, or any backend such as [Firebase](https://firebase.google.com/docs/hosting), [Google Cloud](https://cloud.google.com/solutions/web-hosting), or [App Engine](https://cloud.google.com/appengine/docs/standard/python/getting-started/hosting-a-static-website).
|
||||
For more information, see [Building & Serving](guide/build "Building and Serving Angular Apps") and [Deployment](guide/deployment "Deployment guide").
|
||||
|
||||
<hr />
|
||||
|
||||
## What's next
|
||||
|
||||
In this tutorial, you've laid the foundation to explore the Angular world in areas such as mobile development, UX/UI development, and server-side rendering.
|
||||
|
|
|
@ -66,8 +66,6 @@ After putting a few items in the cart, users can review their items, enter their
|
|||
|
||||
To confirm submission, open the console to see an object containing the name and address you submitted.
|
||||
|
||||
<hr />
|
||||
|
||||
## What's next
|
||||
|
||||
You have a complete online store application with a product catalog, a shopping cart, and a checkout function.
|
||||
|
|
|
@ -104,8 +104,6 @@ When users click on a name in the product list, the router navigates them to the
|
|||
|
||||
For more information about the Angular Router, see [Routing & Navigation](guide/router "Routing & Navigation guide").
|
||||
|
||||
<hr />
|
||||
|
||||
## What's next
|
||||
|
||||
You have configured your application so you can view product details, each with a distinct URL.
|
||||
|
|
Loading…
Reference in New Issue