renamed package guard and added it to public api
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2021-02-11 17:43:19 +01:00
parent 231fbf9ee8
commit 3f6863845b
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import {PackageService} from './package.service';
@Injectable({
providedIn: 'root',
})
export class PackageGuardService implements CanActivate {
export class PackageGuard implements CanActivate {
constructor(private packageService: PackageService) { }