up display; ajout scrap agendadulibre; qa évènements sans localisation
This commit is contained in:
parent
73f18e1d31
commit
6deed13d0b
25 changed files with 2165 additions and 53 deletions
|
@ -2,6 +2,7 @@ import { Routes } from '@angular/router';
|
|||
import {Home} from './pages/home/home';
|
||||
import { Agenda } from './pages/agenda/agenda';
|
||||
import { NouvellesCategories } from './pages/nouvelles-categories/nouvelles-categories';
|
||||
import { UnlocatedEventsPage } from './pages/unlocated-events/unlocated-events';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
|
@ -15,5 +16,9 @@ export const routes: Routes = [
|
|||
{
|
||||
path : 'nouvelles-categories',
|
||||
component: NouvellesCategories
|
||||
},
|
||||
{
|
||||
path : 'unlocated-events',
|
||||
component: UnlocatedEventsPage
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue