UNPKG

ngx-sp-infra

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