UNPKG

@q149/angular-scrollspy

Version:

A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport

7 lines (6 loc) 223 B
import { QueryList } from '@angular/core'; import { ScrollSpyItemDirective } from '../scroll-spy-item/scroll-spy-item.directive'; export interface Spy { id: string; items: QueryList<ScrollSpyItemDirective>; }