From f186c322458fc11587dcf47fea99bea65d68b73e Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Fri, 10 Apr 2020 21:45:35 +0530 Subject: [PATCH] docs: place download section in architecture to the top (#36565) link is very deep down on architecture page this commit is part of a larger effort to standardise ownload sections on angular.io This commit partially addresses #35459 PR Close #36565 --- aio/content/guide/architecture.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index 0b12324b59..24f0d9c6df 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -25,6 +25,11 @@ An app's components typically define many views, arranged hierarchically. Angula +
+ + For the sample app that this page describes, see the . +
+ ## Modules Angular *NgModules* differ from and complement JavaScript (ES2015) modules. An NgModule declares a compilation context for a set of components that is dedicated to an application domain, a workflow, or a closely related set of capabilities. An NgModule can associate its components with related code, such as services, to form functional units. @@ -148,10 +153,5 @@ Each of these subjects is introduced in more detail in the following pages. * [Introduction to services and dependency injection](guide/architecture-services) -
- - Note that the code referenced on these pages is available as a . -
- When you're familiar with these fundamental building blocks, you can explore them in more detail in the documentation. To learn about more tools and techniques that are available to help you build and deploy Angular applications, see [Next steps: tools and techniques](guide/architecture-next-steps).