ngx-sp-infra
Version:
Biblioteca de utilitários da Infra.
18 lines (17 loc) • 862 B
TypeScript
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 ItemsAbasComponent {
private router;
linksList: links[];
Id: string | number;
hostServerOutsystemValue: string;
ItemId: EventEmitter<string | number>;
activeItem: string;
constructor(router: Router);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ItemsAbasComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItemsAbasComponent, "lib-items-abas", never, { "Id": { "alias": "Id"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "ItemId": "ItemId"; }, never, never, true, never>;
}