Skip to content

Commit

Permalink
docs: fix missing space after full stop (angular#51252)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMeche authored and dylhunn committed Aug 4, 2023
1 parent 6f506cd commit 526e215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/dynamic-component-loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `<ng-template>` element is a good choice for dynamic components because it d
Take a closer look at the methods in `ad-banner.component.ts`.

`AdBannerComponent` takes an array of `AdItem` objects as input, which ultimately comes from `AdService`.
`AdItem` objects specify the type of component to load and any data to bind to the component.`AdService` returns the actual ads making up the ad campaign.
`AdItem` objects specify the type of component to load and any data to bind to the component. `AdService` returns the actual ads making up the ad campaign.

Passing an array of components to `AdBannerComponent` allows for a dynamic list of ads without static elements in the template.

Expand Down

0 comments on commit 526e215

Please sign in to comment.