ngx-sp-infra
Version:
Biblioteca de utilitários da Infra.
14 lines (13 loc) • 653 B
TypeScript
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;
activeItem: string;
constructor(router: Router);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<EstabelecimentoAbasComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EstabelecimentoAbasComponent, "lib-estabelecimento-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, {}, never, never, true, never>;
}