UNPKG

ngx-sp-infra

Version:
19 lines (18 loc) 1.04 kB
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; empresaId: string | null; hostServerOutsystemValue: string; 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; }; "empresaId": { "alias": "empresaId"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "EstabId": "EstabId"; }, never, never, true, never>; }