diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared-main/angular/defer-loading.directive.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/angular/defer-loading.directive.ts b/client/src/app/shared/shared-main/angular/defer-loading.directive.ts index 53d6e70ba..c2a4f744e 100644 --- a/client/src/app/shared/shared-main/angular/defer-loading.directive.ts +++ b/client/src/app/shared/shared-main/angular/defer-loading.directive.ts | |||
@@ -21,7 +21,7 @@ const debugLogger = debug('peertube:main:DeferLoadingDirective') | |||
21 | export class DeferLoadingDirective implements AfterViewInit, OnDestroy { | 21 | export class DeferLoadingDirective implements AfterViewInit, OnDestroy { |
22 | @ContentChild(TemplateRef) template: TemplateRef<any> | 22 | @ContentChild(TemplateRef) template: TemplateRef<any> |
23 | 23 | ||
24 | @Output() loaded: EventEmitter<any> = new EventEmitter() | 24 | @Output() loaded = new EventEmitter() |
25 | 25 | ||
26 | view: EmbeddedViewRef<any> | 26 | view: EmbeddedViewRef<any> |
27 | 27 | ||