ajout page calendrier
This commit is contained in:
parent
8aa4e107ac
commit
20a8445a5f
14 changed files with 617 additions and 5 deletions
|
@ -1,9 +1,14 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import {Home} from './pages/home/home';
|
||||
import { Agenda } from './pages/agenda/agenda';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
path : '',
|
||||
component: Home
|
||||
},
|
||||
{
|
||||
path : 'agenda',
|
||||
component: Agenda
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue