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

NgDocSelectionOriginDirective

Decorators:@Directive
Selectors:[ngDocSelectionOrigin]
Implements:OnChangesOnDestroy

No documentation has been provided.

Constructor

No documentation has been provided.

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

Properties

NameTypeDescription
selected
boolean

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges({ selected }: SimpleChanges): void;
Parameters
NameTypeDescription
{ selected }
SimpleChanges
Returns
void

ngOnDestroy()

implements OnDestroy

No documentation has been provided.

Presentation
ngOnDestroy(): void;
Returns
void