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

public.out-tsc.app.app.routing.js Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
import { AboutComponent } from './about/about.component';
import { CarComponent } from './car/car.component';
import { FileComponent } from './file/file.component';
import { ShoppingListComponent } from './shopping-list/shopping-list.component';
import { UserComponent } from './user/user.component';
import { CAR_ROUTES } from './car/car.routes';
export var APP_ROUTES = [
    { path: '', redirectTo: 'cars', pathMatch: 'full' },
    { path: 'cars', component: CarComponent, children: CAR_ROUTES },
    { path: 'files', component: FileComponent },
    { path: 'busket', component: ShoppingListComponent },
    { path: 'user', component: UserComponent },
    { path: 'about', component: AboutComponent }
];
//# sourceMappingURL=C:/Projects/FitNesseConnect/fitnesse-connect-testbed-ui/src/app/app.routing.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy