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

NgDocListComponent

Decorators:@Component @UntilDestroy
Selectors:ng-doc-list

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private elementRef: ElementRef<HTMLElement>, 
	private ngZone: NgZone, 
	@Inject() @Optional() private listHost?: NgDocListHost | undefined
): NgDocListComponent;
Parameters
NameTypeDescription
elementRef
ElementRef<HTMLElement>
ngZone
NgZone
listHost
NgDocListHost | undefined

Methods

registerItem()

No documentation has been provided.

Presentation
registerItem(item: NgDocListItem): void;
Parameters
NameTypeDescription
item
NgDocListItem
Returns
void

unregisterItem()

No documentation has been provided.

Presentation
unregisterItem(item: NgDocListItem): void;
Parameters
NameTypeDescription
item
NgDocListItem
Returns
void