Skip to content

Commit b2fc517

Browse files
committed
chore(*): Rename 2020 to 2023
1 parent d5836d0 commit b2fc517

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/app-lob/src/app/grid/grid-boston-marathon/grid.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="grid__wrapper">
22
<div class="sample__header">
33
<div class="switch-sample">
4-
<h5 class="switch-sample__title">Boston Marathon 2020</h5>
4+
<h5 class="switch-sample__title">Boston Marathon 2023</h5>
55
<igx-switch [(ngModel)]="live" [disabled]="isFinished" title="Start/Stop the marathon"> <span class="switch-sample__label">Live</span>
66
</igx-switch>
77
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable max-len */
22
export const gridsRoutesData = {
33
// eslint-disable-next-line quote-props
4-
'grid': { displayName: 'Grid Basic Features', parentName: 'Grid', title: 'Boston Marathon 2020 – Angular Data Grid Example', description: 'In this angular grid example, you can see how users can do both basic and excel-style filtering, live-data sorting, as well as using of grid summaries and cell templating.'},
4+
'grid': { displayName: 'Grid Basic Features', parentName: 'Grid', title: 'Boston Marathon 2023 – Angular Data Grid Example', description: 'In this angular grid example, you can see how users can do both basic and excel-style filtering, live-data sorting, as well as using of grid summaries and cell templating.'},
55
'grid-master-detail': { displayName: 'Grid Master Detail', parentName: 'Grid', title: 'Angular Grid Master-Detail Example built with Ignite UI for Angular', description: 'Our component supports specifying a detail template that displays additional details for a particular row by expanding/collapsing its content'}
66
};

projects/app-lob/src/app/metadata.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const metadata = [
5252
},
5353
{
5454
url: Routes.BostonMarathon,
55-
title: 'Boston Marathon 2020 – Angular Data Grid Example',
56-
description: 'Boston Marathon 2020 – Angular Data Grid Example',
55+
title: 'Boston Marathon 2023 – Angular Data Grid Example',
56+
description: 'Boston Marathon 2023 – Angular Data Grid Example',
5757
og_url: 'https://www.infragistics.com/angular-demos-lob/grid/grid',
5858
folder: 'grid'
5959
},
@@ -98,4 +98,4 @@ module.exports = {
9898
metadata,
9999
Routes,
100100
get,
101-
};
101+
};

0 commit comments

Comments
 (0)