Skip to content

Commit b31013f

Browse files
committed
mdd-fix-excel-memory-issue-in-codesandbox
mdd-fix-excel-memory-issue-in-codesandbox
1 parent 589321a commit b31013f

File tree

20 files changed

+191
-17
lines changed

20 files changed

+191
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
2+
<!-- https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext/samples/templates/ReadMe.md -->
3+
4+
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.
5+
6+
7+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
8+
<body>
9+
<a target="_blank" href="https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html" rel="noopener noreferrer">
10+
<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"/>
11+
</a>
12+
<a target="_blank" href="./src/app/app.component.html" rel="noopener noreferrer">
13+
<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"/>
14+
</a>
15+
<a target="_blank" href="https://infragistics.com/angular-demos-dv/samples/charts/category-chart-selection-matcher" rel="noopener noreferrer">
16+
<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"/>
17+
</a>
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-angular-examples/tree/master/samples/charts/category-chart/selection-matcher?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/app.component.html" rel="noopener noreferrer">
19+
<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"/>
20+
</a>
21+
</body>
22+
</html>
23+
24+
## Branches
25+
26+
> **_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.
27+
28+
## Instructions
29+
30+
Follow these instructions to run this example:
31+
32+
33+
- clone and navigate to this sample in terminal window
34+
35+
```
36+
git clone https://github.com/IgniteUI/igniteui-angular-examples.git
37+
git checkout master
38+
cd ../samples/charts/category-chart/selection-matcher
39+
```
40+
<!-- cd ./igniteui-angular-examples -->
41+
42+
- open above folder in VS Code or type:
43+
```
44+
code .
45+
```
46+
47+
- In terminal window, run:
48+
```
49+
npm install --legacy-peer-deps
50+
npm run-script start
51+
```
52+
53+
- open http://localhost:4200/ in your browser
54+
55+
56+
## Learn More
57+
58+
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).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
2+
<!-- https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext/samples/templates/ReadMe.md -->
3+
4+
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.
5+
6+
7+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
8+
<body>
9+
<a target="_blank" href="https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html" rel="noopener noreferrer">
10+
<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"/>
11+
</a>
12+
<a target="_blank" href="./src/app/app.component.html" rel="noopener noreferrer">
13+
<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"/>
14+
</a>
15+
<a target="_blank" href="https://infragistics.com/angular-demos-dv/samples/charts/data-chart-selection-matcher" rel="noopener noreferrer">
16+
<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"/>
17+
</a>
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-angular-examples/tree/master/samples/charts/data-chart/selection-matcher?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/app.component.html" rel="noopener noreferrer">
19+
<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"/>
20+
</a>
21+
</body>
22+
</html>
23+
24+
## Branches
25+
26+
> **_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.
27+
28+
## Instructions
29+
30+
Follow these instructions to run this example:
31+
32+
33+
- clone and navigate to this sample in terminal window
34+
35+
```
36+
git clone https://github.com/IgniteUI/igniteui-angular-examples.git
37+
git checkout master
38+
cd ../samples/charts/data-chart/selection-matcher
39+
```
40+
<!-- cd ./igniteui-angular-examples -->
41+
42+
- open above folder in VS Code or type:
43+
```
44+
code .
45+
```
46+
47+
- In terminal window, run:
48+
```
49+
npm install --legacy-peer-deps
50+
npm run-script start
51+
```
52+
53+
- open http://localhost:4200/ in your browser
54+
55+
56+
## Learn More
57+
58+
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).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
2+
<!-- https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext/samples/templates/ReadMe.md -->
3+
4+
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.
5+
6+
7+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
8+
<body>
9+
<a target="_blank" href="https://www.infragistics.com/products/ignite-ui-angular/angular/components/general-getting-started.html" rel="noopener noreferrer">
10+
<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"/>
11+
</a>
12+
<a target="_blank" href="./src/app/app.component.html" rel="noopener noreferrer">
13+
<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"/>
14+
</a>
15+
<a target="_blank" href="https://infragistics.com/angular-demos-dv/samples/charts/data-pie-chart-animation-replay" rel="noopener noreferrer">
16+
<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"/>
17+
</a>
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-angular-examples/tree/master/samples/charts/data-pie-chart/animation-replay?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/app.component.html" rel="noopener noreferrer">
19+
<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"/>
20+
</a>
21+
</body>
22+
</html>
23+
24+
## Branches
25+
26+
> **_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.
27+
28+
## Instructions
29+
30+
Follow these instructions to run this example:
31+
32+
33+
- clone and navigate to this sample in terminal window
34+
35+
```
36+
git clone https://github.com/IgniteUI/igniteui-angular-examples.git
37+
git checkout master
38+
cd ../samples/charts/data-pie-chart/animation-replay
39+
```
40+
<!-- cd ./igniteui-angular-examples -->
41+
42+
- open above folder in VS Code or type:
43+
```
44+
code .
45+
```
46+
47+
- In terminal window, run:
48+
```
49+
npm install --legacy-peer-deps
50+
npm run-script start
51+
```
52+
53+
- open http://localhost:4200/ in your browser
54+
55+
56+
## Learn More
57+
58+
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).

samples/excel/excel-library/operations-on-workbooks/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/excel-library/operations-on-worksheets/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/excel-library/overview/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/excel-library/working-with-cells/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/excel-library/working-with-charts/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/excel-library/working-with-sparklines/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/excel-library/working-with-tables/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/activation/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/adapter-chart/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/adapter-combo/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/clipboard/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/commands/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/conditional-formatting/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/config-options/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/data-validation/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/hyperlinks/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/excel/spreadsheet/overview/.codesandbox/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

0 commit comments

Comments
 (0)