mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(docs): updating dgeni typescript package
This commit is contained in:
@ -5,7 +5,7 @@ import { InfiniteScroll } from './infinite-scroll';
|
||||
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @hidden
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ion-infinite-scroll-content',
|
||||
@ -36,7 +36,7 @@ export class InfiniteScrollContent {
|
||||
constructor(public inf: InfiniteScroll, private _config: Config) {}
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @hidden
|
||||
*/
|
||||
ngOnInit() {
|
||||
if (!this.loadingSpinner) {
|
||||
|
Reference in New Issue
Block a user