UNPKG

ngx-sp-infra

Version:
17 lines (16 loc) 828 B
import { EventEmitter, SimpleChanges } from '@angular/core'; import { Router } from '@angular/router'; import { estabelecimentoUriRecord } from './models/estabelecimentoUriRecord'; import * as i0 from "@angular/core"; export declare class EstabelecimentoAbasComponent { private router; linksList: estabelecimentoUriRecord[]; Id: string | number; EstabId: EventEmitter<string | number>; activeItem: string; constructor(router: Router); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<EstabelecimentoAbasComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<EstabelecimentoAbasComponent, "lib-estabelecimento-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, { "EstabId": "EstabId"; }, never, never, true, never>; }