We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7381ccd commit 14de488Copy full SHA for 14de488
1 file changed
apps/demos/Demos/Charts/TooltipCustomization/Angular/app/app.component.ts
@@ -1,5 +1,6 @@
1
import { bootstrapApplication } from '@angular/platform-browser';
2
import { Component, enableProdMode, provideZoneChangeDetection } from '@angular/core';
3
+import { DecimalPipe } from '@angular/common';
4
import { DxPieChartModule } from 'devextreme-angular';
5
import { Service, State } from './app.service';
6
@@ -20,6 +21,7 @@ if (window && window.config?.packageConfigPaths) {
20
21
styleUrls: [`.${modulePrefix}/app.component.css`],
22
imports: [
23
DxPieChartModule,
24
+ DecimalPipe,
25
],
26
})
27
export class AppComponent {
0 commit comments