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.