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>

27 lines (24 loc) 1.32 kB
import * as _ng_doc_app_interfaces from '@ng-doc/app/interfaces'; import * as i0 from '@angular/core'; import { OnInit, ViewContainerRef } from '@angular/core'; import { Routes, Router, ActivatedRoute } from '@angular/router'; import { NgDocPageType } from '@ng-doc/core/types'; declare class NgDocPageWrapperComponent implements OnInit { routes: Routes; headerContent: string; hasBreadcrumb: boolean; pageType: NgDocPageType; pageBreadcrumbs: ViewContainerRef; pageToc?: ViewContainerRef; pageNavigation: ViewContainerRef; protected skeleton: _ng_doc_app_interfaces.NgDocPageSkeleton; protected router: Router; protected route: ActivatedRoute; protected context: _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>; } export { NgDocPageWrapperComponent };