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

src.app.modules.backups.backups.routes.ts Maven / Gradle / Ivy

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

export const BackupsAdminRoute: Routes = [
    {
        path: '',
        component: BackupsAdminComponent
    }
];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy