UNPKG

nativescript-master-detail-angular2

Version:
6 lines (4 loc) 122 B
export const AppRoutes = [ { path: "", redirectTo: "home", pathMatch: "full" }, { path: '**', redirectTo: 'home'} ];