ngx-sp-infra
Version: 
Biblioteca de utilitários da Infra.
17 lines (16 loc) • 778 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;
    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; }; }, { "EmpresaId": "EmpresaId"; }, never, never, true, never>;
}