faire du service singleton angulaire

@Injectable({
  providedIn: 'root',
})
export class ApiService {
}
Danylo Kostiuchenko