diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-16 11:56:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-16 11:56:58 +0100 |
commit | e65ef81cf51746616182a822bd6933bf0d16717a (patch) | |
tree | ff9e715b50eb690b8fbb5263cf1371d9f8103ff1 /client/src/app/shared/shared-main | |
parent | 5bfe684e76d32a7745671635f8a75f932bd522e4 (diff) | |
download | PeerTube-e65ef81cf51746616182a822bd6933bf0d16717a.tar.gz PeerTube-e65ef81cf51746616182a822bd6933bf0d16717a.tar.zst PeerTube-e65ef81cf51746616182a822bd6933bf0d16717a.zip |
Update server dependencies
Diffstat (limited to 'client/src/app/shared/shared-main')
-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 | ||