From 2f5d2ec5ea4fedf2466e1db2d16878b1467b1e05 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Feb 2020 10:00:34 +0100 Subject: Update to angular 9 --- client/src/app/+video-channels/video-channels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+video-channels') diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 7b335b13f..5ca9581a8 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts @@ -15,7 +15,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill' styleUrls: [ './video-channels.component.scss' ] }) export class VideoChannelsComponent implements OnInit, OnDestroy { - @ViewChild('subscribeButton', { static: false }) subscribeButton: SubscribeButtonComponent + @ViewChild('subscribeButton') subscribeButton: SubscribeButtonComponent videoChannel: VideoChannel hotkeys: Hotkey[] -- cgit v1.2.3