All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.agent-network.agent-network.routes.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
import { AgentNetworkComponent } from './components/agent-network/agent-network.component';
import { Routes } from '@angular/router';

export const AgentNetworkRoute: Routes = [
    {
        path: '',
        component: AgentNetworkComponent
    }
];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy