UNPKG

@coreui/angular

Version:

CoreUI Angular Bootstrap 4 components

15 lines (14 loc) 554 B
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { AppBreadcrumbService } from './app-breadcrumb.service'; export declare class AppBreadcrumbComponent implements OnInit, OnDestroy { private document; private renderer; service: AppBreadcrumbService; el: ElementRef; fixed: boolean; breadcrumbs: any; constructor(document: any, renderer: Renderer2, service: AppBreadcrumbService, el: ElementRef); ngOnInit(): void; ngOnDestroy(): void; isFixed(fixed?: boolean): void; }