src.app.core.services.agent-network.service.ts Maven / Gradle / Ivy
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { NetworkConfiguration, AgentNetwork, AgentGraphe, Agent, TargetId } from '@model';
import { environment } from '@env/environment';
import { HttpClient } from '@angular/common/http';
@Injectable({
providedIn: 'root'
})
export class AgentNetworkService {
constructor(private http: HttpClient) { }
sendAndSaveConfiguration(configuration: NetworkConfiguration): Observable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy