UNPKG

@docgeni/template

Version:

Docgeni - Angular Template Components

18 lines 850 B
import { OnInit, ElementRef } from '@angular/core'; import { NavigationService, GlobalContext } from '../../services/public-api'; import { ChannelItem } from '../../interfaces/public-api'; import * as i0 from "@angular/core"; export declare class NavbarComponent implements OnInit { global: GlobalContext; navigationService: NavigationService; private elementRef; isNavbar: boolean; showNav: boolean; channels: ChannelItem[]; constructor(global: GlobalContext, navigationService: NavigationService, elementRef: ElementRef<HTMLElement>); ngOnInit(): void; toggleNavbar(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "dg-navbar", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=navbar.component.d.ts.map