Fix typo
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-09-15 15:01:20 +02:00
parent fb8129148d
commit 964bf925e7
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { PackageService} from './package.service';
@Injectable({
providedIn: 'root',
})
export class PackagePreloadStartegy extends PreloadingStrategy {
export class PackagePreloadStrategy extends PreloadingStrategy {
loading = new Set<Route>();