File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
TileView/ItemTemplate/Angular/app Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import { bootstrapApplication } from '@angular/platform-browser' ;
2- import {
3- Component , enableProdMode , provideZoneChangeDetection } from '@angular/core' ;
2+ import { Component , enableProdMode , provideZoneChangeDetection } from '@angular/core' ;
43import { DxBoxModule } from 'devextreme-angular' ;
54
65if ( ! / l o c a l h o s t / . test ( document . location . host ) ) {
Original file line number Diff line number Diff line change 11import { bootstrapApplication } from '@angular/platform-browser' ;
22import { Component , enableProdMode , provideZoneChangeDetection } from '@angular/core' ;
3+ import { CurrencyPipe } from '@angular/common' ;
34import { DxTileViewModule , DxSelectBoxModule } from 'devextreme-angular' ;
45import { Home , Service } from './app.service' ;
56
@@ -21,6 +22,7 @@ if (window && window.config?.packageConfigPaths) {
2122 imports : [
2223 DxTileViewModule ,
2324 DxSelectBoxModule ,
25+ CurrencyPipe ,
2426 ] ,
2527} )
2628export class AppComponent {
You can’t perform that action at this time.
0 commit comments