We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0144a6d commit bd6a0f7Copy full SHA for bd6a0f7
packages/agenda/examples-todo/src/agenda/agenda.routes.ts
@@ -3,9 +3,9 @@ import { Routes } from '@angular/router';
3
import { AgendaDemoPageComponent } from './pages/demo/demo.page';
4
5
export const AGENDA_EXAMPLES_ROUTES: Routes = [
6
- // {
7
- // path: '',
8
- // component: AgendaDemoPageComponent,
9
- // pathMatch: 'full',
10
- // },
+ {
+ path: '',
+ component: AgendaDemoPageComponent,
+ pathMatch: 'full',
+ },
11
];
0 commit comments