From 03ff380e13d2201bad2d23894e2c2da7fc3b5b1c Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Fri, 10 Apr 2020 21:37:52 +0530 Subject: [PATCH] docs: add " in architecture page (#36564) after alert is helpful " is missing added it to the architecture page PR Close #36564 --- aio/content/guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index 1ff1e784a3..0b12324b59 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -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. -
See the [Angular Glossary](guide/glossary) for basic definitions of important Angular terms and usage.