UNPKG

ngx-sp-infra

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