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 4ef1a3cd97
commit 0e7365724e

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>