docs: re-phrase note in architecture guide for clarity (#28543)
PR Close #28543
This commit is contained in:
parent
edb6c2d814
commit
846c431eb7
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue