This browser application allows you to browse all samples of the IgniteUI for Web Components in a single website.
- Charts: Area, Bar, Column, Composite, Donut, Financial/Stock, Line, Pie, Polar, Radial, Scatter, Shape, Sparkline, Stacked, Step,
- Maps: Geographic Map, Treemap,
- Gauges: Bullet Graph, Linear Gauge, Radial Gauges
- Grids: Table / Grid, Excel Spreadsheet, Excel Library
- Other: Dock Manager, Date Picker, Multi-Column Combobox
NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.
Follow these instructions to run all samples locally in a browser application.
-
open VS Code as Administrator
-
open the ./browser folder
-
select View - Terminal menu item
-
type
npm install --legacy-peer-deps
command in terminal window
This will install required packages and Ignite UI for Web Components packages from npm website.
Next, follow these steps:
-
type
gulp updateBrowser
command in terminal window. This will copy and transform all source files of individually sample projects from ./samples to the ./browser folder. -
type
npm run start
command in terminal window to start the browser application locally -
Wait until the build is completed and then open http://localhost:4200 in your browser. You should see a website with navigation menu for browning all samples in this repository.