up display; ajout scrap agendadulibre; qa évènements sans localisation

This commit is contained in:
Tykayn 2025-10-04 19:18:10 +02:00 committed by tykayn
parent 73f18e1d31
commit 6deed13d0b
25 changed files with 2165 additions and 53 deletions

View file

@ -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
}
];