We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23808f5 commit cdffbf2Copy full SHA for cdffbf2
adev-ja/shared-docs/components/table-of-contents/table-of-contents.component.html
@@ -9,7 +9,7 @@ <h2 class="docs-title">目次</h2>
9
<li class="docs-faceted-list-item" [class.docs-toc-item-h2]="item.level === TableOfContentsLevel.H2"
10
[class.docs-toc-item-h3]="item.level === TableOfContentsLevel.H3">
11
<!-- Not using routerLink + fragment because of: https://github.com/angular/angular/issues/30139 -->
12
- <a [href]="location.path() + '#' + item.id" [class.docs-faceted-list-item-active]="item.id === activeItemId()">
+ <a [href]="location.path() + '#' + item.id" [class.docs-faceted-list-item-active]="item.id === activeItemId()" [title]="item.title">
13
{{ item.title }}
14
</a>
15
</li>
0 commit comments