Shared services
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2026-02-23 15:34:34 +01:00
parent 18092fcc24
commit d7ab7e84ce
5 changed files with 8 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
import { Injectable } from '@angular/core';
import { IItem, ItemService } from '@farmmaps/common';
import { OAuthService } from 'angular-oauth2-oidc';
import { Observable, ReplaySubject, Subscription, timer } from 'rxjs';
import { catchError, take } from 'rxjs/operators';
import { IItem } from '../models/item';
import { ItemService } from './item.service';
const REFRESH_INTERVAL = 15 * 60 * 1000; // 15m