Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed input-date-relative #1252

Merged
merged 12 commits into from
Jan 15, 2024
54 changes: 0 additions & 54 deletions apps/doc/src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,6 @@ export const ROUTES: Routes = [
title: 'Input Date',
},
},
{
path: 'components/input-month',
loadChildren: () =>
import('./components/input/input-month/input-month.module').then(i => i.InputMonthModule),
data: {
title: 'Input Month',
},
},
{
path: 'components/input-layout-month',
loadChildren: () =>
Expand All @@ -451,16 +443,6 @@ export const ROUTES: Routes = [
title: 'Input Layout Month',
},
},
{
path: 'components/input-month-range',
loadChildren: () =>
import('./components/input/input-month-range/input-month-range.module').then(
i => i.InputMonthRangeRangeModule
),
data: {
title: 'Input Month Range',
},
},
{
path: 'components/input-layout-month-range',
loadChildren: () =>
Expand All @@ -481,16 +463,6 @@ export const ROUTES: Routes = [
title: 'Input Layout Date Time Range',
},
},
{
path: 'components/input-date-time',
loadChildren: () =>
import('./components/input/input-date-time/input-date-time.module').then(
i => i.InputDateTimeTimeModule
),
data: {
title: 'Input Date Time',
},
},
{
path: 'components/input-layout-date-time',
loadChildren: () =>
Expand All @@ -509,14 +481,6 @@ export const ROUTES: Routes = [
title: 'Input Date Multi',
},
},
{
path: 'components/input-time',
loadChildren: () =>
import('./components/input/input-time/input-time.module').then(i => i.InputTimeTimeModule),
data: {
title: 'Input Time',
},
},
{
path: 'components/input-layout-time',
loadChildren: () =>
Expand All @@ -537,16 +501,6 @@ export const ROUTES: Routes = [
title: 'Input Layout Date Range',
},
},
{
path: 'components/input-date-relative',
loadChildren: () =>
import('./components/input/input-date-relative/input-date-relative.module').then(
i => i.InputDateRelativeRelativeModule
),
data: {
title: 'Input Date Relative',
},
},
{
path: 'components/input-layout-date-relative',
loadChildren: () =>
Expand Down Expand Up @@ -585,14 +539,6 @@ export const ROUTES: Routes = [
title: 'Input Password',
},
},
{
path: 'components/carousel',
loadChildren: () =>
import('./components/input/carousel/carousel-example.module').then(i => i.CarouselExampleModule),
data: {
title: 'Carousel',
},
},
{
path: 'components/input-carousel',
loadChildren: () =>
Expand Down

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading