Fix typo
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
Reference in New Issue
Block a user