mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove unused service
This commit is contained in:
@@ -2,14 +2,12 @@ import { map } from 'rxjs/operators'
|
||||
import { Injectable } from '@angular/core'
|
||||
import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router'
|
||||
import { SearchService } from './search.service'
|
||||
import { RedirectService } from '@app/core'
|
||||
|
||||
@Injectable()
|
||||
export class ChannelLazyLoadResolver implements Resolve<any> {
|
||||
constructor (
|
||||
private router: Router,
|
||||
private searchService: SearchService,
|
||||
private redirectService: RedirectService
|
||||
private searchService: SearchService
|
||||
) { }
|
||||
|
||||
resolve (route: ActivatedRouteSnapshot) {
|
||||
|
||||
Reference in New Issue
Block a user