More Google Security Changes (#1923)
* Removed packages not used anymore * Reverted removing lazysizes * Removed the svg for image in case it's causing google security issues. * Removed unneeded service
This commit is contained in:
parent
75168842ed
commit
154f6a8140
3 changed files with 75 additions and 438 deletions
|
|
@ -5,7 +5,6 @@ import { environment } from 'src/environments/environment';
|
|||
import { ConfirmService } from '../confirm.service';
|
||||
import { Chapter } from 'src/app/_models/chapter';
|
||||
import { Volume } from 'src/app/_models/volume';
|
||||
import { ToastrService } from 'ngx-toastr';
|
||||
import { asyncScheduler, BehaviorSubject, Observable, tap, finalize, of, filter } from 'rxjs';
|
||||
import { SAVER, Saver } from '../_providers/saver.provider';
|
||||
import { download, Download } from '../_models/download';
|
||||
|
|
@ -57,8 +56,7 @@ export class DownloadService {
|
|||
public activeDownloads$ = this.downloadsSource.asObservable();
|
||||
|
||||
constructor(private httpClient: HttpClient, private confirmService: ConfirmService,
|
||||
private toastr: ToastrService, @Inject(SAVER) private save: Saver,
|
||||
private accountService: AccountService) { }
|
||||
@Inject(SAVER) private save: Saver, private accountService: AccountService) { }
|
||||
|
||||
/**
|
||||
* Returns the entity subtitle (for the event widget) for a given entity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue