style marqueurs events, page nouvelles catégories
This commit is contained in:
parent
20a8445a5f
commit
9fb9986a2c
15 changed files with 987 additions and 203 deletions
|
@ -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
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue