mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add " in architecture page (#36564)
after alert is helpful " is missing added it to the architecture page PR Close #36564
This commit is contained in:
parent
c6e5fc4fbe
commit
03ff380e13
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Both components and services are simply classes, with *decorators* that mark the
|
|||
|
||||
An app's components typically define many views, arranged hierarchically. Angular provides the `Router` service to help you define navigation paths among views. The router provides sophisticated in-browser navigational capabilities.
|
||||
|
||||
<div class="alert is-helpful>
|
||||
<div class="alert is-helpful">
|
||||
|
||||
See the [Angular Glossary](guide/glossary) for basic definitions of important Angular terms and usage.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue