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

NgDocSearchResultComponent

Decorators:@Component
Selectors:ng-doc-search-result
Implements:OnChanges

No documentation has been provided.

Properties

NameTypeDescription
groupedResult
Record<string, NgDocPageInfo[]>
result
NgDocPageInfo[] | null

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

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

typeToLabel()

No documentation has been provided.

Presentation
typeToLabel(type: string): string;
Parameters
NameTypeDescription
type
string
Returns
string