docs: re-phrase note in architecture guide for clarity (#28543)

PR Close #28543
This commit is contained in:
George Kalpakas 2019-01-28 15:34:29 +02:00 committed by Ben Lesh
parent edb6c2d814
commit 846c431eb7
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Here's a simple root NgModule definition.
<div class="alert is-helpful">
The `export` property of `AppComponent` is included here for illustration; it isn't actually necessary in this example. A root NgModule has no reason to *export* anything because other modules don't need to *import* the root NgModule.
`AppComponent` is included in the `exports` list here for illustration; it isn't actually necessary in this example. A root NgModule has no reason to *export* anything because other modules don't need to *import* the root NgModule.
</div>