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

NgDocEventSwitcherDirective

Decorators:@Directive @UntilDestroy
Selectors:[ngDocEventSwitcher]
Implements:OnInit

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private elementRef: ElementRef<HTMLElement>, 
	private ngZone: NgZone
): NgDocEventSwitcherDirective;
Parameters
NameTypeDescription
elementRef
ElementRef<HTMLElement>
ngZone
NgZone

Properties

NameTypeDescription
events
string | string[]
switchTo
BaseElement<HTMLElement> | null

Methods

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns
void