diff options
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts index 901c91de9..ea7b0e118 100644 --- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts +++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts | |||
@@ -1,5 +1,4 @@ | |||
1 | import { Component, OnDestroy, OnInit } from '@angular/core' | 1 | import { Component, OnDestroy, OnInit } from '@angular/core' |
2 | import { ActivatedRoute } from '@angular/router' | ||
3 | import { VideoChannelService } from '@app/shared/video-channel/video-channel.service' | 2 | import { VideoChannelService } from '@app/shared/video-channel/video-channel.service' |
4 | import { VideoChannel } from '@app/shared/video-channel/video-channel.model' | 3 | import { VideoChannel } from '@app/shared/video-channel/video-channel.model' |
5 | import { I18n } from '@ngx-translate/i18n-polyfill' | 4 | import { I18n } from '@ngx-translate/i18n-polyfill' |
@@ -19,7 +18,6 @@ export class VideoChannelAboutComponent implements OnInit, OnDestroy { | |||
19 | private videoChannelSub: Subscription | 18 | private videoChannelSub: Subscription |
20 | 19 | ||
21 | constructor ( | 20 | constructor ( |
22 | private route: ActivatedRoute, | ||
23 | private i18n: I18n, | 21 | private i18n: I18n, |
24 | private videoChannelService: VideoChannelService, | 22 | private videoChannelService: VideoChannelService, |
25 | private markdownService: MarkdownService | 23 | private markdownService: MarkdownService |