Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/app / Class

NgDocTocComponent

Decorators:@Component @UntilDestroy
Selectors:ng-doc-toc
Implements:NgDocPageTocOnInit

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	
): NgDocTocComponent;

Properties

NameTypeDescription
activeItem
WritableSignal<NgDocTocItem | undefined>
changeDetectorRef
p r
ChangeDetectorRef
document
p r
Document
elements
QueryList<NgDocTocElementComponent>
ngZone
p r
NgZone
renderer
p r
Renderer2
router
p r
Router
selection
ElementRef<HTMLElement> | undefined
tableOfContent
implements NgDocPageToc
NgDocTocItem[]

Methods

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns
void
protected

select()

Selects the item in the table of content.

Presentation
protected select(item: NgDocTocItem): void;
Parameters
NameTypeDescription
item
NgDocTocItem

Item to select.

Returns
void