Skip to content

Commit 01f5598

Browse files
leosvelperezPawel Kozlowski
authored andcommitted
docs: remove duplicated sentence (#47126)
PR Close #47126
1 parent 6454974 commit 01f5598

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aio/content/guide/hierarchical-dependency-injection.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ This topic uses the following pictographs.
2121

2222
</div>
2323

24-
The applications you build with Angular can become quite large, and one way to manage this complexity is to split up the application into many small well encapsulated modules, that are by themselves split up into a well-defined tree of components.
2524
The applications you build with Angular can become quite large, and one way to manage this complexity is to split up the application into many small well-encapsulated modules, that are by themselves split up into a well-defined tree of components.
2625

2726
There can be sections of your page that works in a completely independent way than the rest of the application, with its own local copies of the services and other dependencies that it needs. Some of the services that these sections of the application use might be shared with other parts of the application, or with parent components that are further up in the component tree, while other dependencies are meant to be private.

0 commit comments

Comments
 (0)