Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"url": "git://github.com/IgniteUI/@infragistics/igniteui-angular-examples/repository.git"
},
"dependencies": {
"@angular/animations": "18.2.1",
"@angular/common": "18.2.1",
"@angular/compiler": "18.2.1",
"@angular/core": "18.2.1",
"@angular/forms": "18.2.1",
"@angular/platform-browser": "18.2.1",
"@angular/platform-browser-dynamic": "18.2.1",
"@angular/router": "19.1.0-next.1",
"@angular/animations": "19.0.4",
"@angular/common": "19.0.4",
"@angular/compiler": "19.0.4",
"@angular/core": "19.0.4",
"@angular/forms": "19.0.4",
"@angular/platform-browser": "19.0.4",
"@angular/platform-browser-dynamic": "19.0.4",
"@angular/router": "19.0.4",
"@ionic/angular": "5.6.3",
"@types/file-saver": "2.0.5",
"@types/hammerjs": "2.0.40",
Expand All @@ -38,7 +38,7 @@
"core-js": "3.21.0",
"file-saver": "2.0.5",
"hammerjs": "2.0.8",
"igniteui-angular": "19.0.2",
"igniteui-angular": "19.0.3",
"igniteui-angular-charts": "18.2.0-beta.1",
"igniteui-angular-core": "18.2.0-beta.1",
"igniteui-angular-dashboards": "18.2.0-beta.1",
Expand All @@ -50,7 +50,7 @@
"igniteui-angular-maps": "18.2.0-beta.1",
"igniteui-angular-spreadsheet": "18.2.0-beta.1",
"igniteui-angular-spreadsheet-chart-adapter": "18.2.0-beta.1",
"igniteui-theming": "11.0.0",
"igniteui-theming": "14.3.0",
"igniteui-webcomponents": "5.1.2",
"immediate": "3.2.3",
"intl": "1.2.5",
Expand All @@ -61,13 +61,13 @@
"tslib": "2.6.1",
"uzip": "0.20200128.0",
"web-animations-js": "2.3.2",
"zone.js": "~0.14.4"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "19.0.4",
"@angular/cli": "19.0.4",
"@angular/compiler-cli": "19.0.4",
"@angular/language-service": "19.0.4",
"@types/jasmine": "3.10.2",
"@types/jasminewd2": "2.0.9",
"@types/node": "18.17.0",
Expand All @@ -92,6 +92,6 @@
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions browser/src/browser-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{"ver":"19.0.2","name":"igniteui-angular"},
{"ver":"19.0.3","name":"igniteui-angular"},
{"ver":"18.2.0-beta.1","name":"igniteui-angular-charts"},
{"ver":"18.2.0-beta.1","name":"igniteui-angular-core"},
{"ver":"18.2.0-beta.1","name":"igniteui-angular-dashboards"},
Expand All @@ -11,6 +11,6 @@
{"ver":"18.2.0-beta.1","name":"igniteui-angular-maps"},
{"ver":"18.2.0-beta.1","name":"igniteui-angular-spreadsheet"},
{"ver":"18.2.0-beta.1","name":"igniteui-angular-spreadsheet-chart-adapter"},
{"ver":"11.0.0","name":"igniteui-theming"},
{"ver":"14.3.0","name":"igniteui-theming"},
{"ver":"5.1.2","name":"igniteui-webcomponents"}
]
58 changes: 58 additions & 0 deletions samples/charts/dashboard-tile/financial-dashboard/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
<!-- https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext/samples/templates/ReadMe.md -->

This folder contains Angular application with example of Financial Dashboard feature using [DashboardTile](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component.


<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<body>
<a target="_blank" href="https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
</a>
<a target="_blank" href="./src/app/app.component.html" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
</a>
<a target="_blank" href="https://infragistics.com/angular-demos-dv/samples/charts/dashboard-tile-financial-dashboard" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
</a>
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-angular-examples/tree/master/samples/charts/dashboard-tile/financial-dashboard?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/app.component.html" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
</a>
</body>
</html>

## Branches

> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.

## Instructions

Follow these instructions to run this example:


- clone and navigate to this sample in terminal window

```
git clone https://github.com/IgniteUI/igniteui-angular-examples.git
git checkout master
cd ../samples/charts/dashboard-tile/financial-dashboard
```
<!-- cd ./igniteui-angular-examples -->

- open above folder in VS Code or type:
```
code .
```

- In terminal window, run:
```
npm install --legacy-peer-deps
npm run-script start
```

- open http://localhost:4200/ in your browser


## Learn More

To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html).
Loading