UNPKG

ngx-sp-infra

Version:
14 lines (13 loc) 563 B
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; activeItem: string; constructor(router: Router); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ItemsAbasComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ItemsAbasComponent, "lib-items-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, {}, never, never, true, never>; }