Skip to content

Commit 8574965

Browse files
authored
Merge pull request #18 from vairamuthuR/master
compilation issue
2 parents c74c327 + dbca5c5 commit 8574965

File tree

3 files changed

+1
-322
lines changed

3 files changed

+1
-322
lines changed

src/app/sparkline/live-update.component.ts

Lines changed: 0 additions & 246 deletions
This file was deleted.

src/app/sparkline/live-update.html

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/app/sparkline/sparkline.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { DefaultSparklineComponent } from './default.component';
99
import { AxisTypeSparklineComponent } from './axis-type.component';
1010
import { SeriesTypeSparklineComponent } from './series-type.component';
1111
import { SparklineCustomizationSample } from './customization.component';
12-
import { SparkineLiveUpdateSample } from './live-update.component';
1312
import { SparklineGridSample } from './sparkline-grid.component';
1413
import { SparklineRangebandSample } from './range-band.component';
1514
import { SliderModule } from '@syncfusion/ej2-angular-inputs';
@@ -26,13 +25,12 @@ export const sparklineAppRoutes: Object[] = [
2625
order: '01', category: 'Sparkline Charts', description: 'This demo for Essential JS2 Sparkline control demonstrates rendering sparklines in the data grid control.' },
2726
{ path: ':theme/sparkline/customization', component: SparklineCustomizationSample, name: 'Customization', type: 'update',
2827
order: '01', category: 'Sparkline Charts', description: 'This demo for Essential JS2 Sparkline control depicts the properties required to customize the sparkline.' },
29-
{ path: ':theme/sparkline/live-update', component: SparkineLiveUpdateSample, name: 'Live Update', order: '01', category: 'Sparkline Charts', description: 'This demo for Essential JS2 Sparkline control depicts the task manager with live data update for sparklines.' },
3028
{ path: ':theme/sparkline/range-band', component: SparklineRangebandSample, name: 'Range Band', order: '01', category: 'Sparkline Charts', description: 'This demo for Essential JS2 Sparkline control depicts the range band feature and its customization options.' }
3129
];
3230

3331
export const sparklineRouter: ModuleWithProviders = RouterModule.forChild(sparklineAppRoutes);
3432
let declarations: Type<Object>[] = [DefaultSparklineComponent, AxisTypeSparklineComponent, SeriesTypeSparklineComponent,
35-
SparklineGridSample, SparklineRangebandSample, SparklineCustomizationSample, SparkineLiveUpdateSample];
33+
SparklineGridSample, SparklineRangebandSample, SparklineCustomizationSample];
3634
@NgModule({
3735
imports: [sparklineRouter, SparklineAllModule, GridAllModule, SliderModule, DropDownListAllModule, CheckBoxModule],
3836
exports: [],

0 commit comments

Comments
 (0)