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

NgDocSelectionComponent

Decorators:@Component @UntilDestroy
Selectors:ng-doc-selection
Implements:AfterViewInit

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private readonly elementRef: ElementRef<HTMLElement>, 
	private readonly selectionHost: NgDocSelectionHostDirective
): NgDocSelectionComponent;
Parameters
NameTypeDescription
r
elementRef
ElementRef<HTMLElement>
r
selectionHost
NgDocSelectionHostDirective

Properties

Methods

ngAfterViewInit()

implements AfterViewInit

No documentation has been provided.

Presentation
ngAfterViewInit(): void;
Returns
void