UNPKG

ngx-obelisco-example

Version:

Componentes funcionales y reutilizables para Angular.

18 lines (17 loc) 966 B
import { AfterViewInit, ElementRef, QueryList, Renderer2 } from '@angular/core'; import { NavHorizontalItems } from 'ngx-obelisco-example/core/models'; import { Sizes } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class ONavHorizontalComponent implements AfterViewInit { private readonly renderer; navHorItems: NavHorizontalItems[]; isBordered: boolean; size: Sizes; exactRouteActive: boolean; customClasses: string; navLinks: QueryList<ElementRef>; constructor(renderer: Renderer2); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ONavHorizontalComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ONavHorizontalComponent, "o-nav-horizontal", never, { "navHorItems": "navHorItems"; "isBordered": "isBordered"; "size": "size"; "exactRouteActive": "exactRouteActive"; "customClasses": "customClasses"; }, {}, never, never, false>; }