@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>
12 lines (11 loc) • 614 B
TypeScript
import { Location } from '@angular/common';
import { NgDocNavigation } from '@ng-doc/app/interfaces';
import * as i0 from "@angular/core";
export declare class NgDocSidebarComponent {
protected readonly location: Location;
protected readonly context: import("@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>;
}