ngx-sp-infra
Version:
Biblioteca de utilitários da Infra.
18 lines (17 loc) • 905 B
TypeScript
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
import { links } from './models/links-record';
import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class EmpresaAbasComponent implements OnInit {
private router;
linksList: links[];
Id: string | number;
hostServerOutsystemValue: string;
EmpresaId: EventEmitter<string | number>;
activeItem: string;
constructor(router: Router);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<EmpresaAbasComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EmpresaAbasComponent, "lib-empresa-abas", never, { "Id": { "alias": "Id"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "EmpresaId": "EmpresaId"; }, never, never, true, never>;
}