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:
ajitsinghkaler 2020-04-10 21:37:52 +05:30 committed by atscott
parent c6e5fc4fbe
commit 03ff380e13
1 changed files with 1 additions and 1 deletions

View File

@ -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.