X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Frouting%2Fpreload-selected-modules-list.ts;h=64af68225d20763a9a242a6afccfdce7b73f49aa;hb=3b20bdd6dc7402b0723e038c57f0606131e20e54;hp=aa1c7651639183fd4b15c70db5f4e2423c0db61d;hpb=2f5d2ec5ea4fedf2466e1db2d16878b1467b1e05;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/routing/preload-selected-modules-list.ts b/client/src/app/core/routing/preload-selected-modules-list.ts index aa1c76516..64af68225 100644 --- a/client/src/app/core/routing/preload-selected-modules-list.ts +++ b/client/src/app/core/routing/preload-selected-modules-list.ts @@ -1,7 +1,7 @@ -import { Observable, timer as observableTimer, of as ofObservable } from 'rxjs' +import { Observable, of as ofObservable, timer as observableTimer } from 'rxjs' import { switchMap } from 'rxjs/operators' import { PreloadingStrategy, Route } from '@angular/router' -import { Injectable } from "@angular/core"; +import { Injectable } from '@angular/core' @Injectable() export class PreloadSelectedModulesList implements PreloadingStrategy {