UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2

23 lines (22 loc) 541 B
import { Config } from '../../config/config'; import { InfiniteScroll } from './infinite-scroll'; /** * @private */ export declare class InfiniteScrollContent { inf: InfiniteScroll; private _config; /** * @input {string} An animated SVG spinner that shows while loading. */ loadingSpinner: string; /** * @input {string} Optional text to display while loading. */ loadingText: string; constructor(inf: InfiniteScroll, _config: Config); /** * @private */ ngOnInit(): void; }