Skip to content

Commit 84571db

Browse files
CDN improvements (#411)
* Update Products.ts * Delete tsconfig copy.json
1 parent cfd9f7e commit 84571db

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

samples/charts/sparkline/grid/src/Products.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class Products {
8686
}
8787

8888
public static getCountryFlag(country: string): string {
89-
return "https://github.com/HUSSAR-mtrela/geo-data/raw/master/flags/" + country + ".png";
89+
return "https://dl.infragistics.com/x/img/flags/" + country + ".png";
9090
}
9191

9292
public static getRandomDate(): Date {

samples/templates/tsconfig copy.json

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

0 commit comments

Comments
 (0)