Skip to content

Commit 0144a6d

Browse files
committed
fix(agenda) temporary disable agenda example
1 parent 5ad3370 commit 0144a6d

File tree

12 files changed

+5
-9
lines changed

12 files changed

+5
-9
lines changed

packages/agenda/examples/src/agenda/agenda.routes.ts renamed to packages/agenda/examples-todo/src/agenda/agenda.routes.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Routes } from '@angular/router';
33
import { AgendaDemoPageComponent } from './pages/demo/demo.page';
44

55
export const AGENDA_EXAMPLES_ROUTES: Routes = [
6-
{
7-
path: '',
8-
component: AgendaDemoPageComponent,
9-
pathMatch: 'full',
10-
},
6+
// {
7+
// path: '',
8+
// component: AgendaDemoPageComponent,
9+
// pathMatch: 'full',
10+
// },
1111
];

styleguide/app/examples.modules.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { AgendaExamplesModule } from '@acpaas-ui/ngx-examples/agenda';
21
import { AnalyticsExamplesModule } from '@acpaas-ui/ngx-examples/analytics';
32
import { AvatarExamplesModule } from '@acpaas-ui/ngx-examples/avatar';
43
import { CalendarExamplesModule } from '@acpaas-ui/ngx-examples/calendar';
@@ -17,7 +16,6 @@ import { TableExamplesModule } from '@acpaas-ui/ngx-examples/table';
1716
import { UtilsExamplesModule } from '@acpaas-ui/ngx-examples/utils';
1817

1918
export const ExamplesModules = [
20-
AgendaExamplesModule,
2119
AnalyticsExamplesModule,
2220
AvatarExamplesModule,
2321
CalendarExamplesModule,

styleguide/app/examples.routes.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { AGENDA_EXAMPLES_ROUTES } from '@acpaas-ui/ngx-examples/agenda';
21
import { ANALYTICS_EXAMPLES_ROUTES } from '@acpaas-ui/ngx-examples/analytics';
32
import { AVATAR_EXAMPLES_ROUTES } from '@acpaas-ui/ngx-examples/avatar';
43
import { CALENDAR_EXAMPLES_ROUTES } from '@acpaas-ui/ngx-examples/calendar';
@@ -17,7 +16,6 @@ import { TABLE_EXAMPLES_ROUTES } from '@acpaas-ui/ngx-examples/table';
1716
import { UTILS_EXAMPLES_ROUTES } from '@acpaas-ui/ngx-examples/utils';
1817

1918
export const EXAMPLES_ROUTES = [
20-
{ path: 'agenda', children: AGENDA_EXAMPLES_ROUTES, title: 'Agenda', },
2119
{ path: 'analytics', children: ANALYTICS_EXAMPLES_ROUTES, title: 'Analytics', },
2220
{ path: 'avatar', children: AVATAR_EXAMPLES_ROUTES, title: 'Avatar', },
2321
{ path: 'calendar', children: CALENDAR_EXAMPLES_ROUTES, title: 'Calendar', },

0 commit comments

Comments
 (0)