style marqueurs events, page nouvelles catégories

This commit is contained in:
Tykayn 2025-10-04 16:14:42 +02:00 committed by tykayn
parent 20a8445a5f
commit 9fb9986a2c
15 changed files with 987 additions and 203 deletions

View file

@ -1,6 +1,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';
export const routes: Routes = [
{
@ -10,5 +11,9 @@ export const routes: Routes = [
{
path : 'agenda',
component: Agenda
},
{
path : 'nouvelles-categories',
component: NouvellesCategories
}
];