UNPKG

@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>

23 lines (22 loc) 1.25 kB
import { OnInit, ViewContainerRef } from '@angular/core'; import { ActivatedRoute, Router, Routes } from '@angular/router'; import { NgDocPageType } from '@ng-doc/core/types'; import * as i0 from "@angular/core"; export declare class NgDocPageWrapperComponent implements OnInit { routes: Routes; headerContent: string; hasBreadcrumb: boolean; pageType: NgDocPageType; pageBreadcrumbs: ViewContainerRef; pageToc?: ViewContainerRef; pageNavigation: ViewContainerRef; protected skeleton: import("@ng-doc/app/interfaces").NgDocPageSkeleton; protected router: Router; protected route: ActivatedRoute; protected context: import("@ng-doc/app/interfaces").NgDocContext; private breadcrumbs; ngOnInit(): void; private navigationInputs; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocPageWrapperComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocPageWrapperComponent, "ng-doc-page-wrapper", never, { "routes": { "alias": "routes"; "required": true; }; "headerContent": { "alias": "headerContent"; "required": true; }; "hasBreadcrumb": { "alias": "hasBreadcrumb"; "required": false; }; "pageType": { "alias": "pageType"; "required": false; }; }, {}, never, never, true, never>; }