From f36da21e40104a50acb00132920b835240cebb38 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jul 2019 16:05:59 +0200 Subject: Update angular --- client/src/app/+video-channels/video-channels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+video-channels/video-channels.component.ts') diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 41ff82e98..d2975b67c 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') subscribeButton: SubscribeButtonComponent + @ViewChild('subscribeButton', { static: false }) subscribeButton: SubscribeButtonComponent videoChannel: VideoChannel hotkeys: Hotkey[] -- cgit v1.2.3