UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

8 lines (7 loc) 265 B
import { AfterViewInit, ElementRef, OnChanges } from '@angular/core'; export declare class SideNavigationSubLinkComponent implements AfterViewInit, OnChanges { private el; constructor(el: ElementRef); ngAfterViewInit(): void; ngOnChanges(): void; }