kendo-angular/examples-standalone/finance-portfolio
..
src
.editorconfig
.gitignore
.prettierrc
README.md
angular.json
package-lock.json
package.json
tsconfig.app.json
tsconfig.json
tsconfig.spec.json

README.md

Angular Logo

Using Kendo UI for Angular

This Kendo UI for Angular sample project demonstrates how to use Kendo UI for Angular components within a finance prototype application and visualize data. Currently, the example is deployed on GitHub pages.

Used Kendo UI for Angular Components:

Setting Up the Project

The sample project runs with the currently supported Angular version.

Getting Started

  1. Clone the repository of the sample application locally by running git clone https://github.com/telerik/kendo-angular.git.
  2. Navigate to the project folder by running cd examples-standalone/finance-portfolio.
  3. Install dependencies with NPM by running npm install.

Building for Development

To run the project:

  1. Execute the ng serve command in the terminal window for a dev server.
  2. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.