Skip to content

Commit 9cb107c

Browse files
LoganDupontkirjs
authored andcommitted
docs: fix missing card-title tag in example of fallback-content section (angular#60855)
PR Close angular#60855
1 parent 2b6d228 commit 9cb107c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/components/content-projection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Angular can show *fallback content* for a component's `<ng-content>` placeholder
173173
<!-- Rendered DOM -->
174174
<custom-card>
175175
<div class="card-shadow">
176-
Hello
176+
<card-title>Hello</card-title>
177177
<div class="card-divider"></div>
178178
Default Body
179179
</div>

0 commit comments

Comments
 (0)