We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8feac2d + 58c3c80 commit a82e569Copy full SHA for a82e569
src/app/events/events.module.ts
@@ -8,6 +8,7 @@ import { Gallery, GalleryModule } from 'ng-gallery';
8
9
const eventsRoutes: Routes = [
10
{ path: '', component: EventsComponent, pathMatch: 'full' },
11
+ { path: 'play-and-win', redirectTo: '/events/event/play-and-win', pathMatch: 'full'},
12
{ path: 'event/:slug', component: EventComponent }
13
];
14
0 commit comments