UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

14 lines (13 loc) 698 B
import { NavbarService } from './navbar.service'; import { AfterContentInit, ElementRef, QueryList, EventEmitter, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NavlinksComponent implements AfterContentInit { private _navbarService; private renderer; links: QueryList<ElementRef>; linkClick: EventEmitter<any>; constructor(_navbarService: NavbarService, renderer: Renderer2); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NavlinksComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NavlinksComponent, "navlinks", never, {}, { "linkClick": "linkClick"; }, ["links"], ["*"], false, never>; }