Skip to content

Commit c742f6a

Browse files
authored
Merge pull request #3289 from IgniteUI/snovoselski/update-extras-15.1.1
chore(*): add spaces to crm and lob
2 parents 587320d + 78a8261 commit c742f6a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

projects/app-crm/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Component, OnInit } from '@angular/core';
22
import { SEOService } from '../../../app-lob/src/app/seo.service';
3+
34
@Component({
45
selector: 'app-root',
56
styleUrls: ['./app.component.scss'],

projects/app-lob/src/app/grid-dynamic-chart-data/grid-dynamic-chart-data-routes-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
export const gridDynamicChartRoutesData = {
44
'data-analysis': { displayName: 'Grid Dynamic Chart Data', parentName: 'Grid', title: 'Angular grid for data virtualization and performance', description: 'Seamlessly scroll through unlimited rows and columns in your Angular grid, with the data grid\'s column and row level virtualization.' },
55
'data-analysis-dock-manager': { displayName: 'Data Analysis with Dock Manager', parentName: 'Grid', title: 'Angular grid with Real-Time Data Analysis and Dashboards', description: 'Data Analysis with dock manager - provide a complete windowing experience, splitting complex layouts into smaller, easier-to-manage panes.' }
6-
76
};

0 commit comments

Comments
 (0)