Skip to content

Commit

Permalink
Merge pull request #1252 from zyfra/feat/input-date-relative
Browse files Browse the repository at this point in the history
Removed input-date-relative
  • Loading branch information
ZurabDev authored Jan 15, 2024
2 parents 0ac6726 + 3506a08 commit e4c1610
Show file tree
Hide file tree
Showing 115 changed files with 6 additions and 5,244 deletions.
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.

Empty file.
Loading

0 comments on commit e4c1610

Please sign in to comment.