Skip to content

Commit 14de488

Browse files
fix chart demo. add DecimalPipe
1 parent 7381ccd commit 14de488

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/demos/Demos/Charts/TooltipCustomization/Angular/app/app.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { bootstrapApplication } from '@angular/platform-browser';
22
import { Component, enableProdMode, provideZoneChangeDetection } from '@angular/core';
3+
import { DecimalPipe } from '@angular/common';
34
import { DxPieChartModule } from 'devextreme-angular';
45
import { Service, State } from './app.service';
56

@@ -20,6 +21,7 @@ if (window && window.config?.packageConfigPaths) {
2021
styleUrls: [`.${modulePrefix}/app.component.css`],
2122
imports: [
2223
DxPieChartModule,
24+
DecimalPipe,
2325
],
2426
})
2527
export class AppComponent {

0 commit comments

Comments
 (0)