diff --git a/samples/charts/category-chart/selection-matcher/ReadMe.md b/samples/charts/category-chart/selection-matcher/ReadMe.md new file mode 100644 index 000000000..e4818c4d2 --- /dev/null +++ b/samples/charts/category-chart/selection-matcher/ReadMe.md @@ -0,0 +1,58 @@ + + + +This folder contains Angular application with example of Selection Matcher feature using [CategoryChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component. + + + + + + View Docs + + + View Code + + + Run Sample + + + Run Sample + + + + +## 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/category-chart/selection-matcher +``` + + +- 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). diff --git a/samples/charts/data-chart/selection-matcher/ReadMe.md b/samples/charts/data-chart/selection-matcher/ReadMe.md new file mode 100644 index 000000000..c0cef643b --- /dev/null +++ b/samples/charts/data-chart/selection-matcher/ReadMe.md @@ -0,0 +1,58 @@ + + + +This folder contains Angular application with example of Selection Matcher feature using [DataChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component. + + + + + + View Docs + + + View Code + + + Run Sample + + + Run Sample + + + + +## 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/data-chart/selection-matcher +``` + + +- 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). diff --git a/samples/charts/data-pie-chart/animation-replay/ReadMe.md b/samples/charts/data-pie-chart/animation-replay/ReadMe.md new file mode 100644 index 000000000..df4595387 --- /dev/null +++ b/samples/charts/data-pie-chart/animation-replay/ReadMe.md @@ -0,0 +1,58 @@ + + + +This folder contains Angular application with example of Animation Replay feature using [DataPieChart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html) component. + + + + + + View Docs + + + View Code + + + Run Sample + + + Run Sample + + + + +## 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/data-pie-chart/animation-replay +``` + + +- 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). diff --git a/samples/excel/excel-library/operations-on-workbooks/.codesandbox/tasks.json b/samples/excel/excel-library/operations-on-workbooks/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/operations-on-workbooks/.codesandbox/tasks.json +++ b/samples/excel/excel-library/operations-on-workbooks/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/excel-library/operations-on-worksheets/.codesandbox/tasks.json b/samples/excel/excel-library/operations-on-worksheets/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/operations-on-worksheets/.codesandbox/tasks.json +++ b/samples/excel/excel-library/operations-on-worksheets/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/excel-library/overview/.codesandbox/tasks.json b/samples/excel/excel-library/overview/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/overview/.codesandbox/tasks.json +++ b/samples/excel/excel-library/overview/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/excel-library/working-with-cells/.codesandbox/tasks.json b/samples/excel/excel-library/working-with-cells/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/working-with-cells/.codesandbox/tasks.json +++ b/samples/excel/excel-library/working-with-cells/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/excel-library/working-with-charts/.codesandbox/tasks.json b/samples/excel/excel-library/working-with-charts/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/working-with-charts/.codesandbox/tasks.json +++ b/samples/excel/excel-library/working-with-charts/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/excel-library/working-with-sparklines/.codesandbox/tasks.json b/samples/excel/excel-library/working-with-sparklines/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/working-with-sparklines/.codesandbox/tasks.json +++ b/samples/excel/excel-library/working-with-sparklines/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/excel-library/working-with-tables/.codesandbox/tasks.json b/samples/excel/excel-library/working-with-tables/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/excel-library/working-with-tables/.codesandbox/tasks.json +++ b/samples/excel/excel-library/working-with-tables/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/activation/.codesandbox/tasks.json b/samples/excel/spreadsheet/activation/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/activation/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/activation/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/adapter-chart/.codesandbox/tasks.json b/samples/excel/spreadsheet/adapter-chart/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/adapter-chart/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/adapter-chart/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/adapter-combo/.codesandbox/tasks.json b/samples/excel/spreadsheet/adapter-combo/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/adapter-combo/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/adapter-combo/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/clipboard/.codesandbox/tasks.json b/samples/excel/spreadsheet/clipboard/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/clipboard/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/clipboard/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/commands/.codesandbox/tasks.json b/samples/excel/spreadsheet/commands/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/commands/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/commands/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/conditional-formatting/.codesandbox/tasks.json b/samples/excel/spreadsheet/conditional-formatting/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/conditional-formatting/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/conditional-formatting/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/config-options/.codesandbox/tasks.json b/samples/excel/spreadsheet/config-options/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/config-options/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/config-options/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/data-validation/.codesandbox/tasks.json b/samples/excel/spreadsheet/data-validation/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/data-validation/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/data-validation/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/hyperlinks/.codesandbox/tasks.json b/samples/excel/spreadsheet/hyperlinks/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/hyperlinks/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/hyperlinks/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } } diff --git a/samples/excel/spreadsheet/overview/.codesandbox/tasks.json b/samples/excel/spreadsheet/overview/.codesandbox/tasks.json index 8d92a54cd..93620125c 100644 --- a/samples/excel/spreadsheet/overview/.codesandbox/tasks.json +++ b/samples/excel/spreadsheet/overview/.codesandbox/tasks.json @@ -10,7 +10,7 @@ "tasks": { "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { "name": "Start Project", - "command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check", + "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", "runAtStart": true } }