@ng-doc/app
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
16 lines (13 loc) • 699 B
TypeScript
import * as _ng_doc_app_interfaces from '@ng-doc/app/interfaces';
import { NgDocNavigation } from '@ng-doc/app/interfaces';
import { Location } from '@angular/common';
import * as i0 from '@angular/core';
declare class NgDocSidebarComponent {
protected readonly location: Location;
protected readonly context: _ng_doc_app_interfaces.NgDocContext;
getNavigation(nav?: NgDocNavigation): NgDocNavigation[];
matchRoute(route: string): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocSidebarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgDocSidebarComponent, "ng-doc-sidebar", never, {}, {}, never, never, true, never>;
}
export { NgDocSidebarComponent };