Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 0f3e8cd

Browse files
committed
fix(docs): makes sure all components link to docs correctly
1 parent e318d91 commit 0f3e8cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/app/notification/examples/toast-notification-list-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h4>Code</h4>
9292
<div>
9393
<tabset>
9494
<tab heading="api">
95-
<iframe class="demoframe" src="docs/classes/toastnotificationcomponent.html"></iframe>
95+
<iframe class="demoframe" src="docs/classes/toastnotificationlistcomponent.html"></iframe>
9696
</tab>
9797
<tab heading="html">
9898
<include-content src="/src/app/notification/examples/toast-notification-example.component.html"></include-content>

src/app/remaining-chars-count/examples/remaining-chars-count-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h4>Code</h4>
8383
<div>
8484
<tabset>
8585
<tab heading="api">
86-
<iframe class="demoframe" src="docs/classes/remainingcharsdirective.html"></iframe>
86+
<iframe class="demoframe" src="docs/classes/remainingcharscountdirective.html"></iframe>
8787
</tab>
8888
<tab heading="html">
8989
<include-content src="/src/app/remaining-chars-count/examples/remaining-chars-count-example.component.html"></include-content>

src/app/search-highlight/examples/search-highlight-example.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ <h4>Code</h4>
2323
</div>
2424
<div>
2525
<tabset>
26+
<tab heading="api">
27+
<iframe class="demoframe" src="docs/classes/searchhighlightpipe.html"></iframe>
28+
</tab>
2629
<tab heading="html">
2730
<include-content src="/src/app/search-highlight/examples/search-highlight-example.component.html"></include-content>
2831
</tab>

0 commit comments

Comments
 (0)