docs: The note had an indentation and was missing line breaks (#27183)
Fixed the formatting and made Note bold. PR Close #27183
This commit is contained in:
parent
a43998c089
commit
859da3af50
|
@ -56,7 +56,9 @@ A component and its template together define a *view*. A component can contain a
|
|||
When you create a component, it's associated directly with a single view, called the *host view*. The host view can be the root of a view hierarchy, which can contain *embedded views*, which are in turn the host views of other components. Those components can be in the same NgModule, or can be imported from other NgModules. Views in the tree can be nested to any depth.
|
||||
|
||||
<div class="alert is-helpful">
|
||||
**Note:** The hierarchical structure of views is a key factor in the way Angular detects and responds to changes in the DOM and app data.
|
||||
|
||||
**Note:** The hierarchical structure of views is a key factor in the way Angular detects and responds to changes in the DOM and app data.
|
||||
|
||||
</div>
|
||||
|
||||
## NgModules and JavaScript modules
|
||||
|
|
Loading…
Reference in New Issue