diff --git a/angular-demos-lob/grid-finjs-dock-manager/grid-finjs-dock-manager/.codesandbox/tasks.json b/angular-demos-lob/grid-finjs-dock-manager/grid-finjs-dock-manager/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/grid-finjs-dock-manager/grid-finjs-dock-manager/.codesandbox/tasks.json +++ b/angular-demos-lob/grid-finjs-dock-manager/grid-finjs-dock-manager/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/grid-finjs/grid-finjs-sample/.codesandbox/tasks.json b/angular-demos-lob/grid-finjs/grid-finjs-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/grid-finjs/grid-finjs-sample/.codesandbox/tasks.json +++ b/angular-demos-lob/grid-finjs/grid-finjs-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/grid/grid-master-detail/.codesandbox/tasks.json b/angular-demos-lob/grid/grid-master-detail/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/grid/grid-master-detail/.codesandbox/tasks.json +++ b/angular-demos-lob/grid/grid-master-detail/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/grid/grid/.codesandbox/tasks.json b/angular-demos-lob/grid/grid/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/grid/grid/.codesandbox/tasks.json +++ b/angular-demos-lob/grid/grid/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/hierarchical-grid/hierarchical-grid-resizing/.codesandbox/tasks.json b/angular-demos-lob/hierarchical-grid/hierarchical-grid-resizing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/hierarchical-grid/hierarchical-grid-resizing/.codesandbox/tasks.json +++ b/angular-demos-lob/hierarchical-grid/hierarchical-grid-resizing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/tree-grid/treegrid-childdatakey/.codesandbox/tasks.json b/angular-demos-lob/tree-grid/treegrid-childdatakey/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/tree-grid/treegrid-childdatakey/.codesandbox/tasks.json +++ b/angular-demos-lob/tree-grid/treegrid-childdatakey/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/tree-grid/treegrid-primaryforeignkey/.codesandbox/tasks.json b/angular-demos-lob/tree-grid/treegrid-primaryforeignkey/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/tree-grid/treegrid-primaryforeignkey/.codesandbox/tasks.json +++ b/angular-demos-lob/tree-grid/treegrid-primaryforeignkey/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos-lob/treegrid-finjs/.codesandbox/tasks.json b/angular-demos-lob/treegrid-finjs/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos-lob/treegrid-finjs/.codesandbox/tasks.json +++ b/angular-demos-lob/treegrid-finjs/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/badge-dot-sample/.codesandbox/tasks.json b/angular-demos/data-display/badge-dot-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/badge-dot-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/badge-dot-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/badge-icon/.codesandbox/tasks.json b/angular-demos/data-display/badge-icon/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/badge-icon/.codesandbox/tasks.json +++ b/angular-demos/data-display/badge-icon/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/badge-sample-2/.codesandbox/tasks.json b/angular-demos/data-display/badge-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/badge-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-display/badge-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/badge-sample-3/.codesandbox/tasks.json b/angular-demos/data-display/badge-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/badge-sample-3/.codesandbox/tasks.json +++ b/angular-demos/data-display/badge-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/badge-styling-sample/.codesandbox/tasks.json b/angular-demos/data-display/badge-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/badge-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/badge-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/chip-area-sample/.codesandbox/tasks.json b/angular-demos/data-display/chip-area-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/chip-area-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/chip-area-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/chip-simple/.codesandbox/tasks.json b/angular-demos/data-display/chip-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/chip-simple/.codesandbox/tasks.json +++ b/angular-demos/data-display/chip-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/chip-styling/.codesandbox/tasks.json b/angular-demos/data-display/chip-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/chip-styling/.codesandbox/tasks.json +++ b/angular-demos/data-display/chip-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/circular-dynamic-sample/.codesandbox/tasks.json b/angular-demos/data-display/circular-dynamic-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/circular-dynamic-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/circular-dynamic-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/circular-indeterminate-progressbar/.codesandbox/tasks.json b/angular-demos/data-display/circular-indeterminate-progressbar/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/circular-indeterminate-progressbar/.codesandbox/tasks.json +++ b/angular-demos/data-display/circular-indeterminate-progressbar/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/circular-progressbar/.codesandbox/tasks.json b/angular-demos/data-display/circular-progressbar/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/circular-progressbar/.codesandbox/tasks.json +++ b/angular-demos/data-display/circular-progressbar/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/circular-styling-sample/.codesandbox/tasks.json b/angular-demos/data-display/circular-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/circular-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/circular-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/icon-sample-1/.codesandbox/tasks.json b/angular-demos/data-display/icon-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/icon-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-display/icon-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/icon-service/.codesandbox/tasks.json b/angular-demos/data-display/icon-service/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/icon-service/.codesandbox/tasks.json +++ b/angular-demos/data-display/icon-service/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/icon-styling/.codesandbox/tasks.json b/angular-demos/data-display/icon-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/icon-styling/.codesandbox/tasks.json +++ b/angular-demos/data-display/icon-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/igx-for-sample-1/.codesandbox/tasks.json b/angular-demos/data-display/igx-for-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/igx-for-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-display/igx-for-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/igx-for-sample-2/.codesandbox/tasks.json b/angular-demos/data-display/igx-for-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/igx-for-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-display/igx-for-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/linear-dynamic-sample/.codesandbox/tasks.json b/angular-demos/data-display/linear-dynamic-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/linear-dynamic-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/linear-dynamic-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/linear-progressbar-sample-1/.codesandbox/tasks.json b/angular-demos/data-display/linear-progressbar-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/linear-progressbar-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-display/linear-progressbar-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/linear-progressbar-sample-2/.codesandbox/tasks.json b/angular-demos/data-display/linear-progressbar-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/linear-progressbar-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-display/linear-progressbar-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/linear-progressbar-styling/.codesandbox/tasks.json b/angular-demos/data-display/linear-progressbar-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/linear-progressbar-styling/.codesandbox/tasks.json +++ b/angular-demos/data-display/linear-progressbar-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/linear-progressbar/.codesandbox/tasks.json b/angular-demos/data-display/linear-progressbar/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/linear-progressbar/.codesandbox/tasks.json +++ b/angular-demos/data-display/linear-progressbar/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/mask-sample-1/.codesandbox/tasks.json b/angular-demos/data-display/mask-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/mask-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-display/mask-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/mask-sample-2/.codesandbox/tasks.json b/angular-demos/data-display/mask-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/mask-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-display/mask-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/mask-sample-3/.codesandbox/tasks.json b/angular-demos/data-display/mask-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/mask-sample-3/.codesandbox/tasks.json +++ b/angular-demos/data-display/mask-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/mask-sample-4/.codesandbox/tasks.json b/angular-demos/data-display/mask-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/mask-sample-4/.codesandbox/tasks.json +++ b/angular-demos/data-display/mask-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/mask-sample-5/.codesandbox/tasks.json b/angular-demos/data-display/mask-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/mask-sample-5/.codesandbox/tasks.json +++ b/angular-demos/data-display/mask-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/material-icons-extended/.codesandbox/tasks.json b/angular-demos/data-display/material-icons-extended/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/material-icons-extended/.codesandbox/tasks.json +++ b/angular-demos/data-display/material-icons-extended/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/material-symbols/.codesandbox/tasks.json b/angular-demos/data-display/material-symbols/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/material-symbols/.codesandbox/tasks.json +++ b/angular-demos/data-display/material-symbols/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/svg-icon-sample/.codesandbox/tasks.json b/angular-demos/data-display/svg-icon-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/svg-icon-sample/.codesandbox/tasks.json +++ b/angular-demos/data-display/svg-icon-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/text-highlight-1/.codesandbox/tasks.json b/angular-demos/data-display/text-highlight-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/text-highlight-1/.codesandbox/tasks.json +++ b/angular-demos/data-display/text-highlight-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/text-highlight-2/.codesandbox/tasks.json b/angular-demos/data-display/text-highlight-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/text-highlight-2/.codesandbox/tasks.json +++ b/angular-demos/data-display/text-highlight-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-display/text-highlight-style/.codesandbox/tasks.json b/angular-demos/data-display/text-highlight-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-display/text-highlight-style/.codesandbox/tasks.json +++ b/angular-demos/data-display/text-highlight-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/autocomplete/.codesandbox/tasks.json b/angular-demos/data-entries/autocomplete/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/autocomplete/.codesandbox/tasks.json +++ b/angular-demos/data-entries/autocomplete/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/button-group-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/button-group-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/button-group-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/button-group-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/button-group-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/button-group-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/button-group-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/button-group-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/button-group-sample-3/.codesandbox/tasks.json b/angular-demos/data-entries/button-group-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/button-group-sample-3/.codesandbox/tasks.json +++ b/angular-demos/data-entries/button-group-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/button-group-sample-4/.codesandbox/tasks.json b/angular-demos/data-entries/button-group-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/button-group-sample-4/.codesandbox/tasks.json +++ b/angular-demos/data-entries/button-group-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/button-group-sample-5/.codesandbox/tasks.json b/angular-demos/data-entries/button-group-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/button-group-sample-5/.codesandbox/tasks.json +++ b/angular-demos/data-entries/button-group-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/button-group-style/.codesandbox/tasks.json b/angular-demos/data-entries/button-group-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/button-group-style/.codesandbox/tasks.json +++ b/angular-demos/data-entries/button-group-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/buttons-disabled-sample/.codesandbox/tasks.json b/angular-demos/data-entries/buttons-disabled-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/buttons-disabled-sample/.codesandbox/tasks.json +++ b/angular-demos/data-entries/buttons-disabled-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/buttons-display-density/.codesandbox/tasks.json b/angular-demos/data-entries/buttons-display-density/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/buttons-display-density/.codesandbox/tasks.json +++ b/angular-demos/data-entries/buttons-display-density/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/buttons-roundness-sample/.codesandbox/tasks.json b/angular-demos/data-entries/buttons-roundness-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/buttons-roundness-sample/.codesandbox/tasks.json +++ b/angular-demos/data-entries/buttons-roundness-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/buttons-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/buttons-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/buttons-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/buttons-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/buttons-style/.codesandbox/tasks.json b/angular-demos/data-entries/buttons-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/buttons-style/.codesandbox/tasks.json +++ b/angular-demos/data-entries/buttons-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/checkbox-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/checkbox-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/checkbox-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/checkbox-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/checkbox-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/checkbox-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/checkbox-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/checkbox-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/checkbox-sample-3/.codesandbox/tasks.json b/angular-demos/data-entries/checkbox-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/checkbox-sample-3/.codesandbox/tasks.json +++ b/angular-demos/data-entries/checkbox-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/checkbox-styling/.codesandbox/tasks.json b/angular-demos/data-entries/checkbox-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/checkbox-styling/.codesandbox/tasks.json +++ b/angular-demos/data-entries/checkbox-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/contained-icon-button/.codesandbox/tasks.json b/angular-demos/data-entries/contained-icon-button/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/contained-icon-button/.codesandbox/tasks.json +++ b/angular-demos/data-entries/contained-icon-button/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/disabled-icon-button/.codesandbox/tasks.json b/angular-demos/data-entries/disabled-icon-button/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/disabled-icon-button/.codesandbox/tasks.json +++ b/angular-demos/data-entries/disabled-icon-button/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-menu/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-menu/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-menu/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-menu/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-multi-level-menu/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-multi-level-menu/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-multi-level-menu/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-multi-level-menu/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-remote/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-remote/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-remote/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-remote/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-sample-3/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-sample-3/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-sample-4/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-sample-4/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-sample-5/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-sample-5/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-styling/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-styling/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-tree-grid-hierarchical-selection/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-tree-grid-hierarchical-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-tree-grid-hierarchical-selection/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-tree-grid-hierarchical-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-tree-hierarchical-selection/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-tree-hierarchical-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-tree-hierarchical-selection/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-tree-hierarchical-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/dropdown-virtual/.codesandbox/tasks.json b/angular-demos/data-entries/dropdown-virtual/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/dropdown-virtual/.codesandbox/tasks.json +++ b/angular-demos/data-entries/dropdown-virtual/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/flat-icon-button/.codesandbox/tasks.json b/angular-demos/data-entries/flat-icon-button/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/flat-icon-button/.codesandbox/tasks.json +++ b/angular-demos/data-entries/flat-icon-button/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/icon-button-overview/.codesandbox/tasks.json b/angular-demos/data-entries/icon-button-overview/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/icon-button-overview/.codesandbox/tasks.json +++ b/angular-demos/data-entries/icon-button-overview/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/icon-button-size/.codesandbox/tasks.json b/angular-demos/data-entries/icon-button-size/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/icon-button-size/.codesandbox/tasks.json +++ b/angular-demos/data-entries/icon-button-size/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/icon-button-styling/.codesandbox/tasks.json b/angular-demos/data-entries/icon-button-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/icon-button-styling/.codesandbox/tasks.json +++ b/angular-demos/data-entries/icon-button-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/input-group-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/input-group-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/input-group-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/input-group-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/input-group-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/input-group-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/input-group-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/input-group-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/input-group-sample-5/.codesandbox/tasks.json b/angular-demos/data-entries/input-group-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/input-group-sample-5/.codesandbox/tasks.json +++ b/angular-demos/data-entries/input-group-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/input-group-style/.codesandbox/tasks.json b/angular-demos/data-entries/input-group-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/input-group-style/.codesandbox/tasks.json +++ b/angular-demos/data-entries/input-group-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/input-text-selection/.codesandbox/tasks.json b/angular-demos/data-entries/input-text-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/input-text-selection/.codesandbox/tasks.json +++ b/angular-demos/data-entries/input-text-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/movie/.codesandbox/tasks.json b/angular-demos/data-entries/movie/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/movie/.codesandbox/tasks.json +++ b/angular-demos/data-entries/movie/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/outlined-icon-button/.codesandbox/tasks.json b/angular-demos/data-entries/outlined-icon-button/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/outlined-icon-button/.codesandbox/tasks.json +++ b/angular-demos/data-entries/outlined-icon-button/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/radio-group-sample/.codesandbox/tasks.json b/angular-demos/data-entries/radio-group-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/radio-group-sample/.codesandbox/tasks.json +++ b/angular-demos/data-entries/radio-group-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/radio-group-vertical/.codesandbox/tasks.json b/angular-demos/data-entries/radio-group-vertical/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/radio-group-vertical/.codesandbox/tasks.json +++ b/angular-demos/data-entries/radio-group-vertical/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/radio-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/radio-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/radio-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/radio-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/radio-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/radio-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/radio-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/radio-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/radio-styling-sample/.codesandbox/tasks.json b/angular-demos/data-entries/radio-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/radio-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/data-entries/radio-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/rating-form/.codesandbox/tasks.json b/angular-demos/data-entries/rating-form/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/rating-form/.codesandbox/tasks.json +++ b/angular-demos/data-entries/rating-form/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/reactive-form-custom-validation/.codesandbox/tasks.json b/angular-demos/data-entries/reactive-form-custom-validation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/reactive-form-custom-validation/.codesandbox/tasks.json +++ b/angular-demos/data-entries/reactive-form-custom-validation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/reactive-form-validation/.codesandbox/tasks.json b/angular-demos/data-entries/reactive-form-validation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/reactive-form-validation/.codesandbox/tasks.json +++ b/angular-demos/data-entries/reactive-form-validation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/reactive-forms/.codesandbox/tasks.json b/angular-demos/data-entries/reactive-forms/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/reactive-forms/.codesandbox/tasks.json +++ b/angular-demos/data-entries/reactive-forms/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/select-header-footer/.codesandbox/tasks.json b/angular-demos/data-entries/select-header-footer/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/select-header-footer/.codesandbox/tasks.json +++ b/angular-demos/data-entries/select-header-footer/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/select-input-directives/.codesandbox/tasks.json b/angular-demos/data-entries/select-input-directives/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/select-input-directives/.codesandbox/tasks.json +++ b/angular-demos/data-entries/select-input-directives/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/select-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/select-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/select-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/select-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/select-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/select-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/select-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/select-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/select-sample-4/.codesandbox/tasks.json b/angular-demos/data-entries/select-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/select-sample-4/.codesandbox/tasks.json +++ b/angular-demos/data-entries/select-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/select-styling/.codesandbox/tasks.json b/angular-demos/data-entries/select-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/select-styling/.codesandbox/tasks.json +++ b/angular-demos/data-entries/select-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/svg-icon-button/.codesandbox/tasks.json b/angular-demos/data-entries/svg-icon-button/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/svg-icon-button/.codesandbox/tasks.json +++ b/angular-demos/data-entries/svg-icon-button/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/switch-sample-1/.codesandbox/tasks.json b/angular-demos/data-entries/switch-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/switch-sample-1/.codesandbox/tasks.json +++ b/angular-demos/data-entries/switch-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/switch-sample-2/.codesandbox/tasks.json b/angular-demos/data-entries/switch-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/switch-sample-2/.codesandbox/tasks.json +++ b/angular-demos/data-entries/switch-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/switch-styling/.codesandbox/tasks.json b/angular-demos/data-entries/switch-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/switch-styling/.codesandbox/tasks.json +++ b/angular-demos/data-entries/switch-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/data-entries/template-driven-form-validation/.codesandbox/tasks.json b/angular-demos/data-entries/template-driven-form-validation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/data-entries/template-driven-form-validation/.codesandbox/tasks.json +++ b/angular-demos/data-entries/template-driven-form-validation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/column-config-dynamic/.codesandbox/tasks.json b/angular-demos/grid-lite/column-config-dynamic/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/column-config-dynamic/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/column-config-dynamic/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/column-config-headers/.codesandbox/tasks.json b/angular-demos/grid-lite/column-config-headers/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/column-config-headers/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/column-config-headers/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/column-config-simple/.codesandbox/tasks.json b/angular-demos/grid-lite/column-config-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/column-config-simple/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/column-config-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/data-binding-dynamic/.codesandbox/tasks.json b/angular-demos/grid-lite/data-binding-dynamic/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/data-binding-dynamic/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/data-binding-dynamic/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/filtering-events/.codesandbox/tasks.json b/angular-demos/grid-lite/filtering-events/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/filtering-events/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/filtering-events/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/filtering-pipeline/.codesandbox/tasks.json b/angular-demos/grid-lite/filtering-pipeline/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/filtering-pipeline/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/filtering-pipeline/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/filtering-simple/.codesandbox/tasks.json b/angular-demos/grid-lite/filtering-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/filtering-simple/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/filtering-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/overview/.codesandbox/tasks.json b/angular-demos/grid-lite/overview/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/overview/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/overview/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/sorting-events/.codesandbox/tasks.json b/angular-demos/grid-lite/sorting-events/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/sorting-events/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/sorting-events/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/sorting-grid-config/.codesandbox/tasks.json b/angular-demos/grid-lite/sorting-grid-config/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/sorting-grid-config/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/sorting-grid-config/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/sorting-pipeline/.codesandbox/tasks.json b/angular-demos/grid-lite/sorting-pipeline/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/sorting-pipeline/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/sorting-pipeline/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/sorting-simple/.codesandbox/tasks.json b/angular-demos/grid-lite/sorting-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/sorting-simple/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/sorting-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/styling-custom/.codesandbox/tasks.json b/angular-demos/grid-lite/styling-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/styling-custom/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/styling-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid-lite/styling-themes/.codesandbox/tasks.json b/angular-demos/grid-lite/styling-themes/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid-lite/styling-themes/.codesandbox/tasks.json +++ b/angular-demos/grid-lite/styling-themes/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/column-group-selection/.codesandbox/tasks.json b/angular-demos/grid/column-group-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/column-group-selection/.codesandbox/tasks.json +++ b/angular-demos/grid/column-group-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/column-selection-styles/.codesandbox/tasks.json b/angular-demos/grid/column-selection-styles/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/column-selection-styles/.codesandbox/tasks.json +++ b/angular-demos/grid/column-selection-styles/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/column-selection/.codesandbox/tasks.json b/angular-demos/grid/column-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/column-selection/.codesandbox/tasks.json +++ b/angular-demos/grid/column-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/custom-grid-paging-style/.codesandbox/tasks.json b/angular-demos/grid/custom-grid-paging-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/custom-grid-paging-style/.codesandbox/tasks.json +++ b/angular-demos/grid/custom-grid-paging-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/exporting-visualization/.codesandbox/tasks.json b/angular-demos/grid/exporting-visualization/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/exporting-visualization/.codesandbox/tasks.json +++ b/angular-demos/grid/exporting-visualization/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-action-strip/.codesandbox/tasks.json b/angular-demos/grid/grid-action-strip/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-action-strip/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-action-strip/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-add-row/.codesandbox/tasks.json b/angular-demos/grid/grid-add-row/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-add-row/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-add-row/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-advanced-filtering-style/.codesandbox/tasks.json b/angular-demos/grid/grid-advanced-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-advanced-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-advanced-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-advanced-filtering/.codesandbox/tasks.json b/angular-demos/grid/grid-advanced-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-advanced-filtering/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-advanced-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-alldata-summaries/.codesandbox/tasks.json b/angular-demos/grid/grid-alldata-summaries/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-alldata-summaries/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-alldata-summaries/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-batch-editing/.codesandbox/tasks.json b/angular-demos/grid/grid-batch-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-batch-editing/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-batch-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cascading-combos/.codesandbox/tasks.json b/angular-demos/grid/grid-cascading-combos/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cascading-combos/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cascading-combos/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cell-cellStyling/.codesandbox/tasks.json b/angular-demos/grid/grid-cell-cellStyling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cell-cellStyling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cell-cellStyling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cell-selection/.codesandbox/tasks.json b/angular-demos/grid/grid-cell-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cell-selection/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cell-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cell-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-cell-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cell-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cell-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cellMerge-custom/.codesandbox/tasks.json b/angular-demos/grid/grid-cellMerge-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cellMerge-custom/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cellMerge-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cellMerge/.codesandbox/tasks.json b/angular-demos/grid/grid-cellMerge/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cellMerge/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cellMerge/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-clipboard-operations-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-clipboard-operations-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-clipboard-operations-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-clipboard-operations-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-collapsible-groups/.codesandbox/tasks.json b/angular-demos/grid/grid-collapsible-groups/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-collapsible-groups/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-collapsible-groups/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-column-data-types/.codesandbox/tasks.json b/angular-demos/grid/grid-column-data-types/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-column-data-types/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-column-data-types/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-column-hiding-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-column-hiding-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-column-hiding-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-column-hiding-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-column-hiding-style/.codesandbox/tasks.json b/angular-demos/grid/grid-column-hiding-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-column-hiding-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-column-hiding-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-column-hiding-toolbar-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-column-hiding-toolbar-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-column-hiding-toolbar-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-column-hiding-toolbar-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-columnAutoResizing-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-columnAutoResizing-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-columnAutoResizing-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-columnAutoResizing-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-composite-data-binding/.codesandbox/tasks.json b/angular-demos/grid/grid-composite-data-binding/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-composite-data-binding/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-composite-data-binding/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-conditional-row-selectors/.codesandbox/tasks.json b/angular-demos/grid/grid-conditional-row-selectors/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-conditional-row-selectors/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-conditional-row-selectors/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-contextmenu-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-contextmenu-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-contextmenu-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-contextmenu-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-cross-field-validator-service/.codesandbox/tasks.json b/angular-demos/grid/grid-cross-field-validator-service/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-cross-field-validator-service/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-cross-field-validator-service/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-crud/.codesandbox/tasks.json b/angular-demos/grid/grid-crud/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-crud/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-crud/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-custom-keyboard-navigation/.codesandbox/tasks.json b/angular-demos/grid/grid-custom-keyboard-navigation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-custom-keyboard-navigation/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-custom-keyboard-navigation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-custom-remote-paging-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-custom-remote-paging-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-custom-remote-paging-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-custom-remote-paging-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-disable-summaries/.codesandbox/tasks.json b/angular-demos/grid/grid-disable-summaries/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-disable-summaries/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-disable-summaries/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-displayDensity/.codesandbox/tasks.json b/angular-demos/grid/grid-displayDensity/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-displayDensity/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-displayDensity/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-drop-indicator/.codesandbox/tasks.json b/angular-demos/grid/grid-drop-indicator/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-drop-indicator/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-drop-indicator/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-editing-events/.codesandbox/tasks.json b/angular-demos/grid/grid-editing-events/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-editing-events/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-editing-events/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-editing-excel-style/.codesandbox/tasks.json b/angular-demos/grid/grid-editing-excel-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-editing-excel-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-editing-excel-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-editing-lifecycle/.codesandbox/tasks.json b/angular-demos/grid/grid-editing-lifecycle/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-editing-lifecycle/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-editing-lifecycle/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-editing-style/.codesandbox/tasks.json b/angular-demos/grid/grid-editing-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-editing-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-editing-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-editing/.codesandbox/tasks.json b/angular-demos/grid/grid-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-editing/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json b/angular-demos/grid/grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-excel-style-filtering-sample-1/.codesandbox/tasks.json b/angular-demos/grid/grid-excel-style-filtering-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-excel-style-filtering-sample-1/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-excel-style-filtering-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-excel-style-filtering-sample-2/.codesandbox/tasks.json b/angular-demos/grid/grid-excel-style-filtering-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-excel-style-filtering-sample-2/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-excel-style-filtering-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-excel-style-filtering-sample-3/.codesandbox/tasks.json b/angular-demos/grid/grid-excel-style-filtering-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-excel-style-filtering-sample-3/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-excel-style-filtering-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-excel-style-filtering-style/.codesandbox/tasks.json b/angular-demos/grid/grid-excel-style-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-excel-style-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-excel-style-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-external-advanced-filtering/.codesandbox/tasks.json b/angular-demos/grid/grid-external-advanced-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-external-advanced-filtering/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-external-advanced-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-external-excel-style-filtering/.codesandbox/tasks.json b/angular-demos/grid/grid-external-excel-style-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-external-excel-style-filtering/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-external-excel-style-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-external-outlet/.codesandbox/tasks.json b/angular-demos/grid/grid-external-outlet/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-external-outlet/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-external-outlet/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-filter-conditions/.codesandbox/tasks.json b/angular-demos/grid/grid-filter-conditions/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-filter-conditions/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-filter-conditions/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-filtering-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-filtering-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-filtering-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-filtering-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-filtering-style/.codesandbox/tasks.json b/angular-demos/grid/grid-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-filtering-template-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-filtering-template-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-filtering-template-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-filtering-template-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-formatted-filtering-strategy/.codesandbox/tasks.json b/angular-demos/grid/grid-formatted-filtering-strategy/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-formatted-filtering-strategy/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-formatted-filtering-strategy/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-groupby-custom/.codesandbox/tasks.json b/angular-demos/grid/grid-groupby-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-groupby-custom/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-groupby-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-groupby-paging/.codesandbox/tasks.json b/angular-demos/grid/grid-groupby-paging/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-groupby-paging/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-groupby-paging/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-groupby-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-groupby-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-groupby-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-groupby-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-groupby-summary-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-groupby-summary-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-groupby-summary-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-groupby-summary-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-groupby-summary/.codesandbox/tasks.json b/angular-demos/grid/grid-groupby-summary/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-groupby-summary/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-groupby-summary/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-groupby/.codesandbox/tasks.json b/angular-demos/grid/grid-groupby/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-groupby/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-groupby/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-keyboardnav-guide/.codesandbox/tasks.json b/angular-demos/grid/grid-keyboardnav-guide/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-keyboardnav-guide/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-keyboardnav-guide/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-moving-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-moving-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-moving-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-moving-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-moving-styled-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-moving-styled-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-moving-styled-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-moving-styled-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-mrl-custom-navigation/.codesandbox/tasks.json b/angular-demos/grid/grid-mrl-custom-navigation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-mrl-custom-navigation/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-mrl-custom-navigation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-multi-cell-selection-style/.codesandbox/tasks.json b/angular-demos/grid/grid-multi-cell-selection-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-multi-cell-selection-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-multi-cell-selection-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-multi-cell-selection/.codesandbox/tasks.json b/angular-demos/grid/grid-multi-cell-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-multi-cell-selection/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-multi-cell-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-multi-row-layout-configuration/.codesandbox/tasks.json b/angular-demos/grid/grid-multi-row-layout-configuration/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-multi-row-layout-configuration/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-multi-row-layout-configuration/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-multi-row-layout-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-multi-row-layout-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-multi-row-layout-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-multi-row-layout-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-multi-row-layout/.codesandbox/tasks.json b/angular-demos/grid/grid-multi-row-layout/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-multi-row-layout/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-multi-row-layout/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-multiple-row-drag/.codesandbox/tasks.json b/angular-demos/grid/grid-multiple-row-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-multiple-row-drag/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-multiple-row-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-nested-data-binding-2/.codesandbox/tasks.json b/angular-demos/grid/grid-nested-data-binding-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-nested-data-binding-2/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-nested-data-binding-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-nested-data-binding/.codesandbox/tasks.json b/angular-demos/grid/grid-nested-data-binding/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-nested-data-binding/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-nested-data-binding/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-pager-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-pager-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-pager-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-pager-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-paging-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-paging-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-paging-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-paging-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-paste/.codesandbox/tasks.json b/angular-demos/grid/grid-paste/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-paste/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-paste/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-pinning-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-pinning-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-pinning-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-pinning-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-remote-filtering/.codesandbox/tasks.json b/angular-demos/grid/grid-remote-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-remote-filtering/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-remote-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-remote-paging-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-remote-paging-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-remote-paging-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-remote-paging-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-resize-line-styling-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-resize-line-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-resize-line-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-resize-line-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-resizing-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-resizing-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-resizing-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-resizing-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-drag-base/.codesandbox/tasks.json b/angular-demos/grid/grid-row-drag-base/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-drag-base/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-drag-base/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-drag-to-grid/.codesandbox/tasks.json b/angular-demos/grid/grid-row-drag-to-grid/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-drag-to-grid/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-drag-to-grid/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-drag/.codesandbox/tasks.json b/angular-demos/grid/grid-row-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-drag/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-edit-style/.codesandbox/tasks.json b/angular-demos/grid/grid-row-edit-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-edit-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-edit-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-editing/.codesandbox/tasks.json b/angular-demos/grid/grid-row-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-editing/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-pinning-drag/.codesandbox/tasks.json b/angular-demos/grid/grid-row-pinning-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-pinning-drag/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-pinning-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-pinning-extra-column/.codesandbox/tasks.json b/angular-demos/grid/grid-row-pinning-extra-column/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-pinning-extra-column/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-pinning-extra-column/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-pinning-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-row-pinning-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-pinning-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-pinning-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-pinning/.codesandbox/tasks.json b/angular-demos/grid/grid-row-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-pinning/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-row-reorder/.codesandbox/tasks.json b/angular-demos/grid/grid-row-reorder/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-row-reorder/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-row-reorder/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-rowClasses-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-rowClasses-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-rowClasses-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-rowClasses-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-rowStyles-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-rowStyles-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-rowStyles-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-rowStyles-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sample-2/.codesandbox/tasks.json b/angular-demos/grid/grid-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sample-2/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sample-4/.codesandbox/tasks.json b/angular-demos/grid/grid-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sample-4/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sample-5/.codesandbox/tasks.json b/angular-demos/grid/grid-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sample-5/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sample-pinning/.codesandbox/tasks.json b/angular-demos/grid/grid-sample-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sample-pinning/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sample-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sample-right-pinning/.codesandbox/tasks.json b/angular-demos/grid/grid-sample-right-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sample-right-pinning/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sample-right-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sample-toolbar-pinning/.codesandbox/tasks.json b/angular-demos/grid/grid-sample-toolbar-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sample-toolbar-pinning/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sample-toolbar-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-search-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-search-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-search-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-search-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-select/.codesandbox/tasks.json b/angular-demos/grid/grid-select/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-select/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-select/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-selection-custom-summaries/.codesandbox/tasks.json b/angular-demos/grid/grid-selection-custom-summaries/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-selection-custom-summaries/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-selection-custom-summaries/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-selection-template-excel/.codesandbox/tasks.json b/angular-demos/grid/grid-selection-template-excel/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-selection-template-excel/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-selection-template-excel/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-selection-template-numbering/.codesandbox/tasks.json b/angular-demos/grid/grid-selection-template-numbering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-selection-template-numbering/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-selection-template-numbering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-selection/.codesandbox/tasks.json b/angular-demos/grid/grid-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-selection/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sorting-indicators/.codesandbox/tasks.json b/angular-demos/grid/grid-sorting-indicators/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sorting-indicators/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sorting-indicators/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sorting-sample/.codesandbox/tasks.json b/angular-demos/grid/grid-sorting-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sorting-sample/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sorting-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-sorting-styling/.codesandbox/tasks.json b/angular-demos/grid/grid-sorting-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-sorting-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-sorting-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-state-persistence/.codesandbox/tasks.json b/angular-demos/grid/grid-state-persistence/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-state-persistence/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-state-persistence/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-state/.codesandbox/tasks.json b/angular-demos/grid/grid-state/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-state/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-state/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-summary-export/.codesandbox/tasks.json b/angular-demos/grid/grid-summary-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-summary-export/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-summary-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-summary-formatter/.codesandbox/tasks.json b/angular-demos/grid/grid-summary-formatter/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-summary-formatter/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-summary-formatter/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-summary-template/.codesandbox/tasks.json b/angular-demos/grid/grid-summary-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-summary-template/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-summary-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-summary/.codesandbox/tasks.json b/angular-demos/grid/grid-summary/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-summary/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-summary/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-toolbar-pinning-both-sides/.codesandbox/tasks.json b/angular-demos/grid/grid-toolbar-pinning-both-sides/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-toolbar-pinning-both-sides/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-toolbar-pinning-both-sides/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-toolbar-sample-1/.codesandbox/tasks.json b/angular-demos/grid/grid-toolbar-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-toolbar-sample-1/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-toolbar-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-toolbar-sample-2/.codesandbox/tasks.json b/angular-demos/grid/grid-toolbar-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-toolbar-sample-2/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-toolbar-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-toolbar-sample-3/.codesandbox/tasks.json b/angular-demos/grid/grid-toolbar-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-toolbar-sample-3/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-toolbar-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-toolbar-sample-4/.codesandbox/tasks.json b/angular-demos/grid/grid-toolbar-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-toolbar-sample-4/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-toolbar-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-toolbar-style/.codesandbox/tasks.json b/angular-demos/grid/grid-toolbar-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-toolbar-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-toolbar-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-validation-style/.codesandbox/tasks.json b/angular-demos/grid/grid-validation-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-validation-style/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-validation-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-validator-service-extended/.codesandbox/tasks.json b/angular-demos/grid/grid-validator-service-extended/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-validator-service-extended/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-validator-service-extended/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-validator-service/.codesandbox/tasks.json b/angular-demos/grid/grid-validator-service/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-validator-service/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-validator-service/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/grid-with-rating/.codesandbox/tasks.json b/angular-demos/grid/grid-with-rating/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/grid-with-rating/.codesandbox/tasks.json +++ b/angular-demos/grid/grid-with-rating/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/multi-column-header-template/.codesandbox/tasks.json b/angular-demos/grid/multi-column-header-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/multi-column-header-template/.codesandbox/tasks.json +++ b/angular-demos/grid/multi-column-header-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/multi-column-headers-export/.codesandbox/tasks.json b/angular-demos/grid/multi-column-headers-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/multi-column-headers-export/.codesandbox/tasks.json +++ b/angular-demos/grid/multi-column-headers-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/multi-column-headers-styling/.codesandbox/tasks.json b/angular-demos/grid/multi-column-headers-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/multi-column-headers-styling/.codesandbox/tasks.json +++ b/angular-demos/grid/multi-column-headers-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/multi-column-headers/.codesandbox/tasks.json b/angular-demos/grid/multi-column-headers/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/multi-column-headers/.codesandbox/tasks.json +++ b/angular-demos/grid/multi-column-headers/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/remote-paging-batch-editing/.codesandbox/tasks.json b/angular-demos/grid/remote-paging-batch-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/remote-paging-batch-editing/.codesandbox/tasks.json +++ b/angular-demos/grid/remote-paging-batch-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/grid/remote-paging-default-template/.codesandbox/tasks.json b/angular-demos/grid/remote-paging-default-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/grid/remote-paging-default-template/.codesandbox/tasks.json +++ b/angular-demos/grid/remote-paging-default-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/column-group-selection/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/column-group-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/column-group-selection/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/column-group-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/column-selection-styles/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/column-selection-styles/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/column-selection-styles/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/column-selection-styles/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/column-selection/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/column-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/column-selection/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/column-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-action-strip/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-action-strip/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-action-strip/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-action-strip/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-cell-selection/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-cell-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-cell-selection/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-cell-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-columnAutosizing-sample/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-columnAutosizing-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-columnAutosizing-sample/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-columnAutosizing-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-editing-lifecycle/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-editing-lifecycle/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-editing-lifecycle/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-editing-lifecycle/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-formatted-filtering-strategy/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-formatted-filtering-strategy/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-formatted-filtering-strategy/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-formatted-filtering-strategy/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-row-classes/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-row-classes/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-row-classes/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-row-classes/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-row-styles/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-row-styles/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-row-styles/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-row-styles/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-state/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-state/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-state/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-state/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hGrid-summary-formatter/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hGrid-summary-formatter/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hGrid-summary-formatter/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hGrid-summary-formatter/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hgrid-keyboard-guide/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hgrid-keyboard-guide/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hgrid-keyboard-guide/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hgrid-keyboard-guide/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hgrid-summary-template/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hgrid-summary-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hgrid-summary-template/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hgrid-summary-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-add-row/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-add-row/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-add-row/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-add-row/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-advanced-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-allData-summary/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-allData-summary/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-allData-summary/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-allData-summary/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-batch-editing/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-batch-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-batch-editing/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-batch-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-both-sides-pinning/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-both-sides-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-both-sides-pinning/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-both-sides-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge-custom/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge-custom/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-cell-merge/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-collapsible-column-groups/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-collapsible-column-groups/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-collapsible-column-groups/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-collapsible-column-groups/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-column-hiding-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-column-hiding-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-column-hiding-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-column-hiding-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-conditional-row-selectors/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-conditional-row-selectors/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-conditional-row-selectors/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-conditional-row-selectors/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-cross-field-validation/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-cross-field-validation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-cross-field-validation/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-cross-field-validation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-custom-filtering/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-custom-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-custom-filtering/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-custom-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-custom-hiding/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-custom-hiding/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-custom-hiding/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-custom-hiding/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-custom-kb-navigation/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-custom-kb-navigation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-custom-kb-navigation/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-custom-kb-navigation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-density/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-density/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-density/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-density/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-editing-events/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-editing-events/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-editing-events/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-editing-events/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-editing-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-editing-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-editing-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-editing-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-editing/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-editing/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-excel-export/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-excel-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-excel-export/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-excel-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-1/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-1/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-2/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-2/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-3/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-3/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-excel-style-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-external-advanced-filtering/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-external-advanced-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-external-advanced-filtering/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-external-advanced-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-external-excel-style-filtering/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-external-excel-style-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-external-excel-style-filtering/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-external-excel-style-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-external-outlet/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-external-outlet/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-external-outlet/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-external-outlet/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-filtering-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-filtering-template/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-filtering-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-filtering-template/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-filtering-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-filtering/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-filtering/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-hiding/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-hiding/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-hiding/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-hiding/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-lod/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-lod/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-lod/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-lod/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-moving-styled/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-moving-styled/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-moving-styled/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-moving-styled/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-moving/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-moving/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-moving/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-moving/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-multi-cell-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-multi-cell-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-multi-cell-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-multi-cell-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-export/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-export/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-styling/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-styling/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-template/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-template/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-multi-column/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-multi-column/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-multi-row-drag/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-multi-row-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-multi-row-drag/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-multi-row-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-paging-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-paging-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-paging-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-paging-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-paging/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-paging/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-paging/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-paging/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-pinning/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-pinning/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-remote-paging/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-remote-paging/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-remote-paging/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-remote-paging/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-resize-line-styling/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-resize-line-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-resize-line-styling/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-resize-line-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-reusable-paginator/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-reusable-paginator/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-reusable-paginator/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-reusable-paginator/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-row-drag/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-row-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-row-drag/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-row-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-row-edit-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-row-edit-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-row-edit-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-row-edit-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-row-editing/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-row-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-row-editing/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-row-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-extra-column/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-extra-column/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-extra-column/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-extra-column/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-styling/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-styling/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-row-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-sample-right-pinning/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-sample-right-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-sample-right-pinning/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-sample-right-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-selection-template-numbers/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-selection-template-numbers/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-selection-template-numbers/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-selection-template-numbers/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-selection/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-selection/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-sorting-styling/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-sorting-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-sorting-styling/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-sorting-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-sorting/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-sorting/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-sorting/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-sorting/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-styling/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-styling/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-summary-export/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-summary-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-summary-export/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-summary-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-summary-styling/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-summary-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-summary-styling/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-summary-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-summary/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-summary/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-summary/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-summary/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-custom/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-custom/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-options/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-options/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-options/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-options/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-pinning/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-pinning/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-title/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-title/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-title/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-toolbar-title/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-validation-style/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-validation-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-validation-style/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-validation-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-validator-service-extended/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-validator-service-extended/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-validator-service-extended/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-validator-service-extended/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-grid-validator-service/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-grid-validator-service/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-grid-validator-service/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-grid-validator-service/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-row-drag-base/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-row-drag-base/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-row-drag-base/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-row-drag-base/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/hierarchical-row-reorder/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/hierarchical-row-reorder/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/hierarchical-row-reorder/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/hierarchical-row-reorder/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/hierarchical-grid/remote-paging-default-template/.codesandbox/tasks.json b/angular-demos/hierarchical-grid/remote-paging-default-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/hierarchical-grid/remote-paging-default-template/.codesandbox/tasks.json +++ b/angular-demos/hierarchical-grid/remote-paging-default-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/chat-features-sample/.codesandbox/tasks.json b/angular-demos/interactions/chat-features-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/chat-features-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/chat-features-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/chat-overview-sample/.codesandbox/tasks.json b/angular-demos/interactions/chat-overview-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/chat-overview-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/chat-overview-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/chat-styling-sample/.codesandbox/tasks.json b/angular-demos/interactions/chat-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/chat-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/chat-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/dialog-sample-1/.codesandbox/tasks.json b/angular-demos/interactions/dialog-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/dialog-sample-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/dialog-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/dialog-sample-2/.codesandbox/tasks.json b/angular-demos/interactions/dialog-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/dialog-sample-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/dialog-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/dialog-sample-3/.codesandbox/tasks.json b/angular-demos/interactions/dialog-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/dialog-sample-3/.codesandbox/tasks.json +++ b/angular-demos/interactions/dialog-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/dialog-styling-sample/.codesandbox/tasks.json b/angular-demos/interactions/dialog-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/dialog-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/dialog-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/discrete-slider-ticks-bottom/.codesandbox/tasks.json b/angular-demos/interactions/discrete-slider-ticks-bottom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/discrete-slider-ticks-bottom/.codesandbox/tasks.json +++ b/angular-demos/interactions/discrete-slider-ticks-bottom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/drag-dialog-sample/.codesandbox/tasks.json b/angular-demos/interactions/drag-dialog-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/drag-dialog-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/drag-dialog-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/email-sample/.codesandbox/tasks.json b/angular-demos/interactions/email-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/email-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/email-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/icons-sample/.codesandbox/tasks.json b/angular-demos/interactions/icons-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/icons-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/icons-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/kanban-sample/.codesandbox/tasks.json b/angular-demos/interactions/kanban-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/kanban-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/kanban-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/list-reorder-sample/.codesandbox/tasks.json b/angular-demos/interactions/list-reorder-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/list-reorder-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/list-reorder-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-position-sample-1/.codesandbox/tasks.json b/angular-demos/interactions/overlay-position-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-position-sample-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-position-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-position-sample-2/.codesandbox/tasks.json b/angular-demos/interactions/overlay-position-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-position-sample-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-position-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-position-sample-3/.codesandbox/tasks.json b/angular-demos/interactions/overlay-position-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-position-sample-3/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-position-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-preset-settings-sample/.codesandbox/tasks.json b/angular-demos/interactions/overlay-preset-settings-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-preset-settings-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-preset-settings-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-sample-main-1/.codesandbox/tasks.json b/angular-demos/interactions/overlay-sample-main-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-sample-main-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-sample-main-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-sample-main-2/.codesandbox/tasks.json b/angular-demos/interactions/overlay-sample-main-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-sample-main-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-sample-main-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-scroll-sample-1/.codesandbox/tasks.json b/angular-demos/interactions/overlay-scroll-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-scroll-sample-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-scroll-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-scroll-sample-2/.codesandbox/tasks.json b/angular-demos/interactions/overlay-scroll-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-scroll-sample-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-scroll-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/overlay-styling-simple/.codesandbox/tasks.json b/angular-demos/interactions/overlay-styling-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/overlay-styling-simple/.codesandbox/tasks.json +++ b/angular-demos/interactions/overlay-styling-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/query-builder-request-sample/.codesandbox/tasks.json b/angular-demos/interactions/query-builder-request-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/query-builder-request-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/query-builder-request-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/query-builder-sample-1/.codesandbox/tasks.json b/angular-demos/interactions/query-builder-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/query-builder-sample-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/query-builder-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/query-builder-sql-sample/.codesandbox/tasks.json b/angular-demos/interactions/query-builder-sql-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/query-builder-sql-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/query-builder-sql-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/query-builder-style/.codesandbox/tasks.json b/angular-demos/interactions/query-builder-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/query-builder-style/.codesandbox/tasks.json +++ b/angular-demos/interactions/query-builder-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/query-builder-tailwind-style/.codesandbox/tasks.json b/angular-demos/interactions/query-builder-tailwind-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/query-builder-tailwind-style/.codesandbox/tasks.json +++ b/angular-demos/interactions/query-builder-tailwind-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/query-builder-template-sample/.codesandbox/tasks.json b/angular-demos/interactions/query-builder-template-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/query-builder-template-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/query-builder-template-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/ripple-sample-2/.codesandbox/tasks.json b/angular-demos/interactions/ripple-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/ripple-sample-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/ripple-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/ripple-sample-3/.codesandbox/tasks.json b/angular-demos/interactions/ripple-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/ripple-sample-3/.codesandbox/tasks.json +++ b/angular-demos/interactions/ripple-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/ripple-sample-4/.codesandbox/tasks.json b/angular-demos/interactions/ripple-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/ripple-sample-4/.codesandbox/tasks.json +++ b/angular-demos/interactions/ripple-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/ripple-sample-5/.codesandbox/tasks.json b/angular-demos/interactions/ripple-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/ripple-sample-5/.codesandbox/tasks.json +++ b/angular-demos/interactions/ripple-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/ripple-sample-6/.codesandbox/tasks.json b/angular-demos/interactions/ripple-sample-6/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/ripple-sample-6/.codesandbox/tasks.json +++ b/angular-demos/interactions/ripple-sample-6/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/ripple-styling/.codesandbox/tasks.json b/angular-demos/interactions/ripple-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/ripple-styling/.codesandbox/tasks.json +++ b/angular-demos/interactions/ripple-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-primary-ticks-top/.codesandbox/tasks.json b/angular-demos/interactions/slider-primary-ticks-top/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-primary-ticks-top/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-primary-ticks-top/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-sample-1/.codesandbox/tasks.json b/angular-demos/interactions/slider-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-sample-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-sample-2/.codesandbox/tasks.json b/angular-demos/interactions/slider-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-sample-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-sample-3/.codesandbox/tasks.json b/angular-demos/interactions/slider-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-sample-3/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-sample-4/.codesandbox/tasks.json b/angular-demos/interactions/slider-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-sample-4/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-sample-5/.codesandbox/tasks.json b/angular-demos/interactions/slider-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-sample-5/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-sample-6/.codesandbox/tasks.json b/angular-demos/interactions/slider-sample-6/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-sample-6/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-sample-6/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-secondary-ticks-mirror/.codesandbox/tasks.json b/angular-demos/interactions/slider-secondary-ticks-mirror/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-secondary-ticks-mirror/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-secondary-ticks-mirror/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-styling-sample/.codesandbox/tasks.json b/angular-demos/interactions/slider-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-tick-labels-template/.codesandbox/tasks.json b/angular-demos/interactions/slider-tick-labels-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-tick-labels-template/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-tick-labels-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-ticks-bottomtotop-labels/.codesandbox/tasks.json b/angular-demos/interactions/slider-ticks-bottomtotop-labels/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-ticks-bottomtotop-labels/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-ticks-bottomtotop-labels/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/slider-timeframe/.codesandbox/tasks.json b/angular-demos/interactions/slider-timeframe/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/slider-timeframe/.codesandbox/tasks.json +++ b/angular-demos/interactions/slider-timeframe/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/toggle-sample-1/.codesandbox/tasks.json b/angular-demos/interactions/toggle-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/toggle-sample-1/.codesandbox/tasks.json +++ b/angular-demos/interactions/toggle-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/toggle-sample-2/.codesandbox/tasks.json b/angular-demos/interactions/toggle-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/toggle-sample-2/.codesandbox/tasks.json +++ b/angular-demos/interactions/toggle-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/toggle-sample-3/.codesandbox/tasks.json b/angular-demos/interactions/toggle-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/toggle-sample-3/.codesandbox/tasks.json +++ b/angular-demos/interactions/toggle-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/toggle-sample-4/.codesandbox/tasks.json b/angular-demos/interactions/toggle-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/toggle-sample-4/.codesandbox/tasks.json +++ b/angular-demos/interactions/toggle-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/toggle/.codesandbox/tasks.json b/angular-demos/interactions/toggle/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/toggle/.codesandbox/tasks.json +++ b/angular-demos/interactions/toggle/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/tooltip-advanced/.codesandbox/tasks.json b/angular-demos/interactions/tooltip-advanced/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/tooltip-advanced/.codesandbox/tasks.json +++ b/angular-demos/interactions/tooltip-advanced/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/tooltip-placement/.codesandbox/tasks.json b/angular-demos/interactions/tooltip-placement/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/tooltip-placement/.codesandbox/tasks.json +++ b/angular-demos/interactions/tooltip-placement/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/tooltip-rich/.codesandbox/tasks.json b/angular-demos/interactions/tooltip-rich/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/tooltip-rich/.codesandbox/tasks.json +++ b/angular-demos/interactions/tooltip-rich/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/tooltip-simple/.codesandbox/tasks.json b/angular-demos/interactions/tooltip-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/tooltip-simple/.codesandbox/tasks.json +++ b/angular-demos/interactions/tooltip-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/tooltip-style/.codesandbox/tasks.json b/angular-demos/interactions/tooltip-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/tooltip-style/.codesandbox/tasks.json +++ b/angular-demos/interactions/tooltip-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/interactions/tooltip-triggers/.codesandbox/tasks.json b/angular-demos/interactions/tooltip-triggers/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/interactions/tooltip-triggers/.codesandbox/tasks.json +++ b/angular-demos/interactions/tooltip-triggers/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/accordion-sample-1/.codesandbox/tasks.json b/angular-demos/layouts/accordion-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/accordion-sample-1/.codesandbox/tasks.json +++ b/angular-demos/layouts/accordion-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/accordion-sample-2/.codesandbox/tasks.json b/angular-demos/layouts/accordion-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/accordion-sample-2/.codesandbox/tasks.json +++ b/angular-demos/layouts/accordion-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/accordion-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/accordion-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/accordion-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/accordion-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/accordion-style/.codesandbox/tasks.json b/angular-demos/layouts/accordion-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/accordion-style/.codesandbox/tasks.json +++ b/angular-demos/layouts/accordion-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/avatar-css-variables/.codesandbox/tasks.json b/angular-demos/layouts/avatar-css-variables/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/avatar-css-variables/.codesandbox/tasks.json +++ b/angular-demos/layouts/avatar-css-variables/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/avatar-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/avatar-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/avatar-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/avatar-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/avatar-styling/.codesandbox/tasks.json b/angular-demos/layouts/avatar-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/avatar-styling/.codesandbox/tasks.json +++ b/angular-demos/layouts/avatar-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/card-sample-0/.codesandbox/tasks.json b/angular-demos/layouts/card-sample-0/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/card-sample-0/.codesandbox/tasks.json +++ b/angular-demos/layouts/card-sample-0/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/card-sample-1/.codesandbox/tasks.json b/angular-demos/layouts/card-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/card-sample-1/.codesandbox/tasks.json +++ b/angular-demos/layouts/card-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/card-sample-2/.codesandbox/tasks.json b/angular-demos/layouts/card-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/card-sample-2/.codesandbox/tasks.json +++ b/angular-demos/layouts/card-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/card-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/card-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/card-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/card-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/card-sample-4/.codesandbox/tasks.json b/angular-demos/layouts/card-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/card-sample-4/.codesandbox/tasks.json +++ b/angular-demos/layouts/card-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/card-styling-sample/.codesandbox/tasks.json b/angular-demos/layouts/card-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/card-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/card-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/carousel-animations-sample/.codesandbox/tasks.json b/angular-demos/layouts/carousel-animations-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/carousel-animations-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/carousel-animations-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/carousel-no-navigation-sample/.codesandbox/tasks.json b/angular-demos/layouts/carousel-no-navigation-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/carousel-no-navigation-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/carousel-no-navigation-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/carousel-styling-sample/.codesandbox/tasks.json b/angular-demos/layouts/carousel-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/carousel-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/carousel-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/carousel-with-components-sample/.codesandbox/tasks.json b/angular-demos/layouts/carousel-with-components-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/carousel-with-components-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/carousel-with-components-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/carousel/.codesandbox/tasks.json b/angular-demos/layouts/carousel/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/carousel/.codesandbox/tasks.json +++ b/angular-demos/layouts/carousel/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/divider-sample-1/.codesandbox/tasks.json b/angular-demos/layouts/divider-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/divider-sample-1/.codesandbox/tasks.json +++ b/angular-demos/layouts/divider-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/divider-sample-2/.codesandbox/tasks.json b/angular-demos/layouts/divider-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/divider-sample-2/.codesandbox/tasks.json +++ b/angular-demos/layouts/divider-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/divider-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/divider-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/divider-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/divider-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/divider-sample-4/.codesandbox/tasks.json b/angular-demos/layouts/divider-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/divider-sample-4/.codesandbox/tasks.json +++ b/angular-demos/layouts/divider-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/dock-manager-sample/.codesandbox/tasks.json b/angular-demos/layouts/dock-manager-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/dock-manager-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/dock-manager-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/expansion-sample-1/.codesandbox/tasks.json b/angular-demos/layouts/expansion-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/expansion-sample-1/.codesandbox/tasks.json +++ b/angular-demos/layouts/expansion-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/expansion-sample-2/.codesandbox/tasks.json b/angular-demos/layouts/expansion-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/expansion-sample-2/.codesandbox/tasks.json +++ b/angular-demos/layouts/expansion-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/expansion-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/expansion-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/expansion-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/expansion-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/expansion-sample-4/.codesandbox/tasks.json b/angular-demos/layouts/expansion-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/expansion-sample-4/.codesandbox/tasks.json +++ b/angular-demos/layouts/expansion-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/expansion-sample-5/.codesandbox/tasks.json b/angular-demos/layouts/expansion-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/expansion-sample-5/.codesandbox/tasks.json +++ b/angular-demos/layouts/expansion-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/expansion-styling/.codesandbox/tasks.json b/angular-demos/layouts/expansion-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/expansion-styling/.codesandbox/tasks.json +++ b/angular-demos/layouts/expansion-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-align-items/.codesandbox/tasks.json b/angular-demos/layouts/layout-align-items/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-align-items/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-align-items/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-content-space/.codesandbox/tasks.json b/angular-demos/layouts/layout-content-space/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-content-space/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-content-space/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-custom-order/.codesandbox/tasks.json b/angular-demos/layouts/layout-custom-order/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-custom-order/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-custom-order/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-direction-column/.codesandbox/tasks.json b/angular-demos/layouts/layout-direction-column/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-direction-column/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-direction-column/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-direction-row/.codesandbox/tasks.json b/angular-demos/layouts/layout-direction-row/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-direction-row/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-direction-row/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-justify-content/.codesandbox/tasks.json b/angular-demos/layouts/layout-justify-content/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-justify-content/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-justify-content/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-sample/.codesandbox/tasks.json b/angular-demos/layouts/layout-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/layout-wrap/.codesandbox/tasks.json b/angular-demos/layouts/layout-wrap/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/layout-wrap/.codesandbox/tasks.json +++ b/angular-demos/layouts/layout-wrap/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/splitter-horizontal-sample/.codesandbox/tasks.json b/angular-demos/layouts/splitter-horizontal-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/splitter-horizontal-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/splitter-horizontal-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/splitter-nested-sample/.codesandbox/tasks.json b/angular-demos/layouts/splitter-nested-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/splitter-nested-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/splitter-nested-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/splitter-styling-sample/.codesandbox/tasks.json b/angular-demos/layouts/splitter-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/splitter-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/splitter-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/stepper-label-position-and-orientation-sample/.codesandbox/tasks.json b/angular-demos/layouts/stepper-label-position-and-orientation-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/stepper-label-position-and-orientation-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/stepper-label-position-and-orientation-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/stepper-linear-sample/.codesandbox/tasks.json b/angular-demos/layouts/stepper-linear-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/stepper-linear-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/stepper-linear-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/stepper-overview-sample/.codesandbox/tasks.json b/angular-demos/layouts/stepper-overview-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/stepper-overview-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/stepper-overview-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/stepper-sample-reactive-forms/.codesandbox/tasks.json b/angular-demos/layouts/stepper-sample-reactive-forms/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/stepper-sample-reactive-forms/.codesandbox/tasks.json +++ b/angular-demos/layouts/stepper-sample-reactive-forms/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/stepper-steptypes-sample/.codesandbox/tasks.json b/angular-demos/layouts/stepper-steptypes-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/stepper-steptypes-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/stepper-steptypes-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/stepper-styling-sample/.codesandbox/tasks.json b/angular-demos/layouts/stepper-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/stepper-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/stepper-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabbar-sample-1/.codesandbox/tasks.json b/angular-demos/layouts/tabbar-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabbar-sample-1/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabbar-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabbar-sample-2/.codesandbox/tasks.json b/angular-demos/layouts/tabbar-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabbar-sample-2/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabbar-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabbar-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/tabbar-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabbar-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabbar-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabbar-style/.codesandbox/tasks.json b/angular-demos/layouts/tabbar-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabbar-style/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabbar-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-alignment/.codesandbox/tasks.json b/angular-demos/layouts/tabs-alignment/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-alignment/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-alignment/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-header-prefix-suffix/.codesandbox/tasks.json b/angular-demos/layouts/tabs-header-prefix-suffix/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-header-prefix-suffix/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-header-prefix-suffix/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-sample-1/.codesandbox/tasks.json b/angular-demos/layouts/tabs-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-sample-1/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-sample-2/.codesandbox/tasks.json b/angular-demos/layouts/tabs-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-sample-2/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-sample-3/.codesandbox/tasks.json b/angular-demos/layouts/tabs-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-sample-3/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-sample-4/.codesandbox/tasks.json b/angular-demos/layouts/tabs-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-sample-4/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tabs-style/.codesandbox/tasks.json b/angular-demos/layouts/tabs-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tabs-style/.codesandbox/tasks.json +++ b/angular-demos/layouts/tabs-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/layouts/tile-manager-sample/.codesandbox/tasks.json b/angular-demos/layouts/tile-manager-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/layouts/tile-manager-sample/.codesandbox/tasks.json +++ b/angular-demos/layouts/tile-manager-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-binding/.codesandbox/tasks.json b/angular-demos/lists/combo-binding/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-binding/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-binding/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-features/.codesandbox/tasks.json b/angular-demos/lists/combo-features/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-features/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-features/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-main/.codesandbox/tasks.json b/angular-demos/lists/combo-main/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-main/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-main/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-overlay/.codesandbox/tasks.json b/angular-demos/lists/combo-overlay/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-overlay/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-overlay/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-remote/.codesandbox/tasks.json b/angular-demos/lists/combo-remote/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-remote/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-remote/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-styling/.codesandbox/tasks.json b/angular-demos/lists/combo-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-styling/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-template/.codesandbox/tasks.json b/angular-demos/lists/combo-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-template/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/combo-valuekey/.codesandbox/tasks.json b/angular-demos/lists/combo-valuekey/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/combo-valuekey/.codesandbox/tasks.json +++ b/angular-demos/lists/combo-valuekey/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-chat-sample/.codesandbox/tasks.json b/angular-demos/lists/list-chat-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-chat-sample/.codesandbox/tasks.json +++ b/angular-demos/lists/list-chat-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-item-selection/.codesandbox/tasks.json b/angular-demos/lists/list-item-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-item-selection/.codesandbox/tasks.json +++ b/angular-demos/lists/list-item-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-1/.codesandbox/tasks.json b/angular-demos/lists/list-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-1/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-2/.codesandbox/tasks.json b/angular-demos/lists/list-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-2/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-3/.codesandbox/tasks.json b/angular-demos/lists/list-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-3/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-4/.codesandbox/tasks.json b/angular-demos/lists/list-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-4/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-5/.codesandbox/tasks.json b/angular-demos/lists/list-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-5/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-6/.codesandbox/tasks.json b/angular-demos/lists/list-sample-6/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-6/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-6/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-7/.codesandbox/tasks.json b/angular-demos/lists/list-sample-7/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-7/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-7/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list-sample-8/.codesandbox/tasks.json b/angular-demos/lists/list-sample-8/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list-sample-8/.codesandbox/tasks.json +++ b/angular-demos/lists/list-sample-8/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/list/.codesandbox/tasks.json b/angular-demos/lists/list/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/list/.codesandbox/tasks.json +++ b/angular-demos/lists/list/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/simple-combo-cascading/.codesandbox/tasks.json b/angular-demos/lists/simple-combo-cascading/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/simple-combo-cascading/.codesandbox/tasks.json +++ b/angular-demos/lists/simple-combo-cascading/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/simple-combo-main/.codesandbox/tasks.json b/angular-demos/lists/simple-combo-main/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/simple-combo-main/.codesandbox/tasks.json +++ b/angular-demos/lists/simple-combo-main/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/simple-combo-remote/.codesandbox/tasks.json b/angular-demos/lists/simple-combo-remote/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/simple-combo-remote/.codesandbox/tasks.json +++ b/angular-demos/lists/simple-combo-remote/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/simple-combo-styling/.codesandbox/tasks.json b/angular-demos/lists/simple-combo-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/simple-combo-styling/.codesandbox/tasks.json +++ b/angular-demos/lists/simple-combo-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/simple-combo-usage/.codesandbox/tasks.json b/angular-demos/lists/simple-combo-usage/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/simple-combo-usage/.codesandbox/tasks.json +++ b/angular-demos/lists/simple-combo-usage/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/tree-advanced-sample/.codesandbox/tasks.json b/angular-demos/lists/tree-advanced-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/tree-advanced-sample/.codesandbox/tasks.json +++ b/angular-demos/lists/tree-advanced-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/tree-basic-sample/.codesandbox/tasks.json b/angular-demos/lists/tree-basic-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/tree-basic-sample/.codesandbox/tasks.json +++ b/angular-demos/lists/tree-basic-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/lists/tree-styling/.codesandbox/tasks.json b/angular-demos/lists/tree-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/lists/tree-styling/.codesandbox/tasks.json +++ b/angular-demos/lists/tree-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/action-strip-paragraph-menu/.codesandbox/tasks.json b/angular-demos/menus/action-strip-paragraph-menu/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/action-strip-paragraph-menu/.codesandbox/tasks.json +++ b/angular-demos/menus/action-strip-paragraph-menu/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/action-strip-paragraph/.codesandbox/tasks.json b/angular-demos/menus/action-strip-paragraph/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/action-strip-paragraph/.codesandbox/tasks.json +++ b/angular-demos/menus/action-strip-paragraph/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/action-strip-styling/.codesandbox/tasks.json b/angular-demos/menus/action-strip-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/action-strip-styling/.codesandbox/tasks.json +++ b/angular-demos/menus/action-strip-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navbar-custom-title/.codesandbox/tasks.json b/angular-demos/menus/navbar-custom-title/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navbar-custom-title/.codesandbox/tasks.json +++ b/angular-demos/menus/navbar-custom-title/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navbar-sample-1/.codesandbox/tasks.json b/angular-demos/menus/navbar-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navbar-sample-1/.codesandbox/tasks.json +++ b/angular-demos/menus/navbar-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navbar-sample-2/.codesandbox/tasks.json b/angular-demos/menus/navbar-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navbar-sample-2/.codesandbox/tasks.json +++ b/angular-demos/menus/navbar-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navbar-sample-3/.codesandbox/tasks.json b/angular-demos/menus/navbar-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navbar-sample-3/.codesandbox/tasks.json +++ b/angular-demos/menus/navbar-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navbar-style/.codesandbox/tasks.json b/angular-demos/menus/navbar-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navbar-style/.codesandbox/tasks.json +++ b/angular-demos/menus/navbar-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navbar/.codesandbox/tasks.json b/angular-demos/menus/navbar/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navbar/.codesandbox/tasks.json +++ b/angular-demos/menus/navbar/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navigation-drawer-hierarchical/.codesandbox/tasks.json b/angular-demos/menus/navigation-drawer-hierarchical/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navigation-drawer-hierarchical/.codesandbox/tasks.json +++ b/angular-demos/menus/navigation-drawer-hierarchical/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navigation-drawer-mini/.codesandbox/tasks.json b/angular-demos/menus/navigation-drawer-mini/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navigation-drawer-mini/.codesandbox/tasks.json +++ b/angular-demos/menus/navigation-drawer-mini/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navigation-drawer-pin/.codesandbox/tasks.json b/angular-demos/menus/navigation-drawer-pin/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navigation-drawer-pin/.codesandbox/tasks.json +++ b/angular-demos/menus/navigation-drawer-pin/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navigation-drawer-routing/.codesandbox/tasks.json b/angular-demos/menus/navigation-drawer-routing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navigation-drawer-routing/.codesandbox/tasks.json +++ b/angular-demos/menus/navigation-drawer-routing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navigation-drawer-simple/.codesandbox/tasks.json b/angular-demos/menus/navigation-drawer-simple/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navigation-drawer-simple/.codesandbox/tasks.json +++ b/angular-demos/menus/navigation-drawer-simple/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/menus/navigation-drawer-styling/.codesandbox/tasks.json b/angular-demos/menus/navigation-drawer-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/menus/navigation-drawer-styling/.codesandbox/tasks.json +++ b/angular-demos/menus/navigation-drawer-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/banner-advanced-sample/.codesandbox/tasks.json b/angular-demos/notifications/banner-advanced-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/banner-advanced-sample/.codesandbox/tasks.json +++ b/angular-demos/notifications/banner-advanced-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/banner-sample-1/.codesandbox/tasks.json b/angular-demos/notifications/banner-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/banner-sample-1/.codesandbox/tasks.json +++ b/angular-demos/notifications/banner-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/banner-sample-2/.codesandbox/tasks.json b/angular-demos/notifications/banner-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/banner-sample-2/.codesandbox/tasks.json +++ b/angular-demos/notifications/banner-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/banner-sample-3/.codesandbox/tasks.json b/angular-demos/notifications/banner-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/banner-sample-3/.codesandbox/tasks.json +++ b/angular-demos/notifications/banner-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/banner-sample-4/.codesandbox/tasks.json b/angular-demos/notifications/banner-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/banner-sample-4/.codesandbox/tasks.json +++ b/angular-demos/notifications/banner-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/banner-styling/.codesandbox/tasks.json b/angular-demos/notifications/banner-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/banner-styling/.codesandbox/tasks.json +++ b/angular-demos/notifications/banner-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/snackbar-sample-1/.codesandbox/tasks.json b/angular-demos/notifications/snackbar-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/snackbar-sample-1/.codesandbox/tasks.json +++ b/angular-demos/notifications/snackbar-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/snackbar-sample-2/.codesandbox/tasks.json b/angular-demos/notifications/snackbar-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/snackbar-sample-2/.codesandbox/tasks.json +++ b/angular-demos/notifications/snackbar-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/snackbar-sample-4/.codesandbox/tasks.json b/angular-demos/notifications/snackbar-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/snackbar-sample-4/.codesandbox/tasks.json +++ b/angular-demos/notifications/snackbar-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/snackbar-sample-5/.codesandbox/tasks.json b/angular-demos/notifications/snackbar-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/snackbar-sample-5/.codesandbox/tasks.json +++ b/angular-demos/notifications/snackbar-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/snackbar-style/.codesandbox/tasks.json b/angular-demos/notifications/snackbar-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/snackbar-style/.codesandbox/tasks.json +++ b/angular-demos/notifications/snackbar-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/toast-sample-1/.codesandbox/tasks.json b/angular-demos/notifications/toast-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/toast-sample-1/.codesandbox/tasks.json +++ b/angular-demos/notifications/toast-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/toast-sample-2/.codesandbox/tasks.json b/angular-demos/notifications/toast-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/toast-sample-2/.codesandbox/tasks.json +++ b/angular-demos/notifications/toast-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/toast-sample-3/.codesandbox/tasks.json b/angular-demos/notifications/toast-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/toast-sample-3/.codesandbox/tasks.json +++ b/angular-demos/notifications/toast-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/toast-sample-5/.codesandbox/tasks.json b/angular-demos/notifications/toast-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/toast-sample-5/.codesandbox/tasks.json +++ b/angular-demos/notifications/toast-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/notifications/toast-style/.codesandbox/tasks.json b/angular-demos/notifications/toast-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/notifications/toast-style/.codesandbox/tasks.json +++ b/angular-demos/notifications/toast-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pagination/main-pagination/.codesandbox/tasks.json b/angular-demos/pagination/main-pagination/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pagination/main-pagination/.codesandbox/tasks.json +++ b/angular-demos/pagination/main-pagination/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-basic/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-basic/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-basic/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-basic/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-datasource/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-datasource/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-datasource/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-datasource/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-export/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-export/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-features/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-features/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-features/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-features/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-layout/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-layout/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-layout/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-layout/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-noop-persistence/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-noop-persistence/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-noop-persistence/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-noop-persistence/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-noop/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-noop/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-noop/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-noop/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/pivot-grid/pivot-grid-state-persistence/.codesandbox/tasks.json b/angular-demos/pivot-grid/pivot-grid-state-persistence/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/pivot-grid/pivot-grid-state-persistence/.codesandbox/tasks.json +++ b/angular-demos/pivot-grid/pivot-grid-state-persistence/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/basic-daterangepicker/.codesandbox/tasks.json b/angular-demos/scheduling/basic-daterangepicker/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/basic-daterangepicker/.codesandbox/tasks.json +++ b/angular-demos/scheduling/basic-daterangepicker/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-days-view/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-days-view/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-days-view/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-days-view/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-months-view/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-months-view/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-months-view/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-months-view/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-rtl-sample/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-rtl-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-rtl-sample/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-rtl-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-1/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-1/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-2/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-2/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-3/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-3/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-4/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-4/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-5/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-5/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-6/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-6/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-6/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-6/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-7/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-7/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-7/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-7/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-8/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-8/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-8/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-8/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-sample-9/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-sample-9/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-sample-9/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-sample-9/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-styling-sample/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/calendar-years-view/.codesandbox/tasks.json b/angular-demos/scheduling/calendar-years-view/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/calendar-years-view/.codesandbox/tasks.json +++ b/angular-demos/scheduling/calendar-years-view/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-dropdown/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-dropdown/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-dropdown/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-dropdown/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-1/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-1/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-2/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-2/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-3/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-3/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-4/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-4/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-5/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-5/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-6/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-6/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-6/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-6/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-7/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-7/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-7/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-7/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-sample-8/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-sample-8/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-sample-8/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-sample-8/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datepicker-styling-sample/.codesandbox/tasks.json b/angular-demos/scheduling/datepicker-styling-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datepicker-styling-sample/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datepicker-styling-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/daterangepicker-mode/.codesandbox/tasks.json b/angular-demos/scheduling/daterangepicker-mode/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/daterangepicker-mode/.codesandbox/tasks.json +++ b/angular-demos/scheduling/daterangepicker-mode/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/daterangepicker-range-buttons/.codesandbox/tasks.json b/angular-demos/scheduling/daterangepicker-range-buttons/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/daterangepicker-range-buttons/.codesandbox/tasks.json +++ b/angular-demos/scheduling/daterangepicker-range-buttons/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/daterangepicker-start-end/.codesandbox/tasks.json b/angular-demos/scheduling/daterangepicker-start-end/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/daterangepicker-start-end/.codesandbox/tasks.json +++ b/angular-demos/scheduling/daterangepicker-start-end/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/daterangepicker-validation/.codesandbox/tasks.json b/angular-demos/scheduling/daterangepicker-validation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/daterangepicker-validation/.codesandbox/tasks.json +++ b/angular-demos/scheduling/daterangepicker-validation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datetime-advanced/.codesandbox/tasks.json b/angular-demos/scheduling/datetime-advanced/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datetime-advanced/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datetime-advanced/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/datetime-basic/.codesandbox/tasks.json b/angular-demos/scheduling/datetime-basic/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/datetime-basic/.codesandbox/tasks.json +++ b/angular-demos/scheduling/datetime-basic/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/flight-booking/.codesandbox/tasks.json b/angular-demos/scheduling/flight-booking/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/flight-booking/.codesandbox/tasks.json +++ b/angular-demos/scheduling/flight-booking/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/monthpicker-sample-1/.codesandbox/tasks.json b/angular-demos/scheduling/monthpicker-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/monthpicker-sample-1/.codesandbox/tasks.json +++ b/angular-demos/scheduling/monthpicker-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/monthpicker-sample-3/.codesandbox/tasks.json b/angular-demos/scheduling/monthpicker-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/monthpicker-sample-3/.codesandbox/tasks.json +++ b/angular-demos/scheduling/monthpicker-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/monthpicker-styling/.codesandbox/tasks.json b/angular-demos/scheduling/monthpicker-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/monthpicker-styling/.codesandbox/tasks.json +++ b/angular-demos/scheduling/monthpicker-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/multiview-calendar/.codesandbox/tasks.json b/angular-demos/scheduling/multiview-calendar/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/multiview-calendar/.codesandbox/tasks.json +++ b/angular-demos/scheduling/multiview-calendar/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/reactive-form/.codesandbox/tasks.json b/angular-demos/scheduling/reactive-form/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/reactive-form/.codesandbox/tasks.json +++ b/angular-demos/scheduling/reactive-form/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/styled-daterangepicker/.codesandbox/tasks.json b/angular-demos/scheduling/styled-daterangepicker/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/styled-daterangepicker/.codesandbox/tasks.json +++ b/angular-demos/scheduling/styled-daterangepicker/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/template-driven-form/.codesandbox/tasks.json b/angular-demos/scheduling/template-driven-form/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/template-driven-form/.codesandbox/tasks.json +++ b/angular-demos/scheduling/template-driven-form/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/timepicker-dropdown/.codesandbox/tasks.json b/angular-demos/scheduling/timepicker-dropdown/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/timepicker-dropdown/.codesandbox/tasks.json +++ b/angular-demos/scheduling/timepicker-dropdown/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/timepicker-sample-1/.codesandbox/tasks.json b/angular-demos/scheduling/timepicker-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/timepicker-sample-1/.codesandbox/tasks.json +++ b/angular-demos/scheduling/timepicker-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/timepicker-sample-4/.codesandbox/tasks.json b/angular-demos/scheduling/timepicker-sample-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/timepicker-sample-4/.codesandbox/tasks.json +++ b/angular-demos/scheduling/timepicker-sample-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/timepicker-sample-5/.codesandbox/tasks.json b/angular-demos/scheduling/timepicker-sample-5/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/timepicker-sample-5/.codesandbox/tasks.json +++ b/angular-demos/scheduling/timepicker-sample-5/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/timepicker-sample-6/.codesandbox/tasks.json b/angular-demos/scheduling/timepicker-sample-6/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/timepicker-sample-6/.codesandbox/tasks.json +++ b/angular-demos/scheduling/timepicker-sample-6/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/scheduling/timepicker-styling/.codesandbox/tasks.json b/angular-demos/scheduling/timepicker-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/scheduling/timepicker-styling/.codesandbox/tasks.json +++ b/angular-demos/scheduling/timepicker-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-csv-sample-1/.codesandbox/tasks.json b/angular-demos/services/export-csv-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-csv-sample-1/.codesandbox/tasks.json +++ b/angular-demos/services/export-csv-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-csv-tree-grid-sample/.codesandbox/tasks.json b/angular-demos/services/export-csv-tree-grid-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-csv-tree-grid-sample/.codesandbox/tasks.json +++ b/angular-demos/services/export-csv-tree-grid-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-csv/.codesandbox/tasks.json b/angular-demos/services/export-csv/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-csv/.codesandbox/tasks.json +++ b/angular-demos/services/export-csv/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-excel-sample-1/.codesandbox/tasks.json b/angular-demos/services/export-excel-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-excel-sample-1/.codesandbox/tasks.json +++ b/angular-demos/services/export-excel-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-excel-tree-grid-sample/.codesandbox/tasks.json b/angular-demos/services/export-excel-tree-grid-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-excel-tree-grid-sample/.codesandbox/tasks.json +++ b/angular-demos/services/export-excel-tree-grid-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-excel/.codesandbox/tasks.json b/angular-demos/services/export-excel/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-excel/.codesandbox/tasks.json +++ b/angular-demos/services/export-excel/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-pdf-custom-font/.codesandbox/tasks.json b/angular-demos/services/export-pdf-custom-font/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-pdf-custom-font/.codesandbox/tasks.json +++ b/angular-demos/services/export-pdf-custom-font/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/export-pdf/.codesandbox/tasks.json b/angular-demos/services/export-pdf/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/export-pdf/.codesandbox/tasks.json +++ b/angular-demos/services/export-pdf/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/localization-all-resources/.codesandbox/tasks.json b/angular-demos/services/localization-all-resources/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/localization-all-resources/.codesandbox/tasks.json +++ b/angular-demos/services/localization-all-resources/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/localization-sample-1/.codesandbox/tasks.json b/angular-demos/services/localization-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/localization-sample-1/.codesandbox/tasks.json +++ b/angular-demos/services/localization-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/localization-sample-2/.codesandbox/tasks.json b/angular-demos/services/localization-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/localization-sample-2/.codesandbox/tasks.json +++ b/angular-demos/services/localization-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/localization-sample-3/.codesandbox/tasks.json b/angular-demos/services/localization-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/localization-sample-3/.codesandbox/tasks.json +++ b/angular-demos/services/localization-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/services/transaction-base/.codesandbox/tasks.json b/angular-demos/services/transaction-base/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/services/transaction-base/.codesandbox/tasks.json +++ b/angular-demos/services/transaction-base/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/angular-sample/.codesandbox/tasks.json b/angular-demos/theming/angular-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/angular-sample/.codesandbox/tasks.json +++ b/angular-demos/theming/angular-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/animations-sample-1/.codesandbox/tasks.json b/angular-demos/theming/animations-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/animations-sample-1/.codesandbox/tasks.json +++ b/angular-demos/theming/animations-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/animations-sample-2/.codesandbox/tasks.json b/angular-demos/theming/animations-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/animations-sample-2/.codesandbox/tasks.json +++ b/angular-demos/theming/animations-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/bootstrap-sample/.codesandbox/tasks.json b/angular-demos/theming/bootstrap-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/bootstrap-sample/.codesandbox/tasks.json +++ b/angular-demos/theming/bootstrap-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/card-sample-shadow/.codesandbox/tasks.json b/angular-demos/theming/card-sample-shadow/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/card-sample-shadow/.codesandbox/tasks.json +++ b/angular-demos/theming/card-sample-shadow/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/default-theme-sample/.codesandbox/tasks.json b/angular-demos/theming/default-theme-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/default-theme-sample/.codesandbox/tasks.json +++ b/angular-demos/theming/default-theme-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/density/.codesandbox/tasks.json b/angular-demos/theming/density/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/density/.codesandbox/tasks.json +++ b/angular-demos/theming/density/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/roundness/.codesandbox/tasks.json b/angular-demos/theming/roundness/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/roundness/.codesandbox/tasks.json +++ b/angular-demos/theming/roundness/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/shadows-sample-2/.codesandbox/tasks.json b/angular-demos/theming/shadows-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/shadows-sample-2/.codesandbox/tasks.json +++ b/angular-demos/theming/shadows-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/shadows-sample/.codesandbox/tasks.json b/angular-demos/theming/shadows-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/shadows-sample/.codesandbox/tasks.json +++ b/angular-demos/theming/shadows-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/theming/tailwind-sample/.codesandbox/tasks.json b/angular-demos/theming/tailwind-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/theming/tailwind-sample/.codesandbox/tasks.json +++ b/angular-demos/theming/tailwind-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/column-group-selection/.codesandbox/tasks.json b/angular-demos/tree-grid/column-group-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/column-group-selection/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/column-group-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/column-selection-styles/.codesandbox/tasks.json b/angular-demos/tree-grid/column-selection-styles/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/column-selection-styles/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/column-selection-styles/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/column-selection/.codesandbox/tasks.json b/angular-demos/tree-grid/column-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/column-selection/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/column-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tgrid-keyboardnav-guide/.codesandbox/tasks.json b/angular-demos/tree-grid/tgrid-keyboardnav-guide/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tgrid-keyboardnav-guide/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tgrid-keyboardnav-guide/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-action-strip/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-action-strip/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-action-strip/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-action-strip/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-allData-summary/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-allData-summary/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-allData-summary/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-allData-summary/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-both-sides-pinning/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-both-sides-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-both-sides-pinning/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-both-sides-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-cell-cellStyling/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-cell-cellStyling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-cell-cellStyling/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-cell-cellStyling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-classes/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-classes/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-classes/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-classes/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-clipboard-operations-sample/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-clipboard-operations-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-clipboard-operations-sample/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-clipboard-operations-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-collapsible-groups/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-collapsible-groups/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-collapsible-groups/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-collapsible-groups/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-columnAutoSizing-sample/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-columnAutoSizing-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-columnAutoSizing-sample/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-columnAutoSizing-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-cross-field-validator-service/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-cross-field-validator-service/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-cross-field-validator-service/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-cross-field-validator-service/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-editing-lifecycle/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-editing-lifecycle/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-editing-lifecycle/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-editing-lifecycle/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-exporting-visualization/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-exporting-visualization/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-exporting-visualization/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-exporting-visualization/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-external-advanced-filtering/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-external-advanced-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-external-advanced-filtering/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-external-advanced-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-external-excel-style-filtering/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-external-excel-style-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-external-excel-style-filtering/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-external-excel-style-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-external-outlet/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-external-outlet/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-external-outlet/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-external-outlet/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-formatted-filtering-strategy/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-formatted-filtering-strategy/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-formatted-filtering-strategy/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-formatted-filtering-strategy/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-multi-cell-selection-style/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-multi-cell-selection-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-multi-cell-selection-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-multi-cell-selection-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-multi-cell-selection/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-multi-cell-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-multi-cell-selection/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-multi-cell-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-multi-row-drag/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-multi-row-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-multi-row-drag/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-multi-row-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-remote-paging-default-template/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-remote-paging-default-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-remote-paging-default-template/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-remote-paging-default-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-row-drag-base/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-row-drag-base/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-row-drag-base/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-row-drag-base/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-row-drag/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-row-drag/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-row-drag/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-row-drag/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-row-pinning-extra-column/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-row-pinning-extra-column/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-row-pinning-extra-column/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-row-pinning-extra-column/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-row-pinning-styling/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-row-pinning-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-row-pinning-styling/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-row-pinning-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-row-pinning/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-row-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-row-pinning/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-row-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-row-reordering/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-row-reordering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-row-reordering/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-row-reordering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-sample-right-pinning/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-sample-right-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-sample-right-pinning/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-sample-right-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-selection-template-numbers/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-selection-template-numbers/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-selection-template-numbers/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-selection-template-numbers/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-state/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-state/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-state/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-state/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-styles-sample/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-styles-sample/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-styles-sample/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-styles-sample/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-summary-formatter/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-summary-formatter/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-summary-formatter/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-summary-formatter/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-summary-template/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-summary-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-summary-template/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-summary-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-tree-filter-view/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-tree-filter-view/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-tree-filter-view/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-tree-filter-view/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-validation-style/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-validation-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-validation-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-validation-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-validator-service-extended/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-validator-service-extended/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-validator-service-extended/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-validator-service-extended/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/tree-grid-validator-service/.codesandbox/tasks.json b/angular-demos/tree-grid/tree-grid-validator-service/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/tree-grid-validator-service/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/tree-grid-validator-service/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-add-row/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-add-row/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-add-row/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-add-row/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-advanced-filtering-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-advanced-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-advanced-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-advanced-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-advanced-filtering/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-advanced-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-advanced-filtering/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-advanced-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-batchediting/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-batchediting/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-batchediting/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-batchediting/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-cell-merge-custom/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-cell-merge-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-cell-merge-custom/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-cell-merge-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-cell-merge/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-cell-merge/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-cell-merge/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-cell-merge/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-cell-selection/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-cell-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-cell-selection/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-cell-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-hiding-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-hiding-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-hiding-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-hiding-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-hiding-toolbar/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-hiding-toolbar/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-hiding-toolbar/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-hiding-toolbar/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-hiding/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-hiding/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-hiding/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-hiding/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-moving-styled/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-moving-styled/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-moving-styled/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-moving-styled/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-moving/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-moving/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-moving/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-moving/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-pinning/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-pinning/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-column-resizing/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-column-resizing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-column-resizing/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-column-resizing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-conditional-cell-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-conditional-cell-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-conditional-cell-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-conditional-cell-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-conditional-row-selectors/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-conditional-row-selectors/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-conditional-row-selectors/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-conditional-row-selectors/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-display-density/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-display-density/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-display-density/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-display-density/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-editing-events/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-editing-events/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-editing-events/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-editing-events/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-editing-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-editing-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-editing-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-editing-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-editing/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-editing/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-editing/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-editing/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-excel-style-filtering-load-on-demand/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-1/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-1/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-2/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-2/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-3/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-3/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-excel-style-filtering-sample-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-excel-style-filtering-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-excel-style-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-excel-style-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-excel-style-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-filtering-custom/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-filtering-custom/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-filtering-custom/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-filtering-custom/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-filtering-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-filtering-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-filtering-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-filtering-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-filtering-template/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-filtering-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-filtering-template/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-filtering-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-filtering/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-filtering/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-group-by-load-on-demand/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-group-by-load-on-demand/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-group-by-load-on-demand/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-group-by-load-on-demand/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-keyboard-navigation/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-keyboard-navigation/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-keyboard-navigation/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-keyboard-navigation/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-load-on-demand/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-load-on-demand/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-load-on-demand/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-load-on-demand/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-multi-column-header-template/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-multi-column-header-template/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-multi-column-header-template/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-multi-column-header-template/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-multi-column-headers-export/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-multi-column-headers-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-multi-column-headers-export/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-multi-column-headers-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-multi-column-headers-styling/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-multi-column-headers-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-multi-column-headers-styling/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-multi-column-headers-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-multi-column-headers/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-multi-column-headers/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-multi-column-headers/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-multi-column-headers/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-paging-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-paging-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-paging-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-paging-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-paging/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-paging/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-paging/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-paging/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-remote-filtering/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-remote-filtering/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-remote-filtering/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-remote-filtering/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-remote-paging/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-remote-paging/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-remote-paging/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-remote-paging/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-resize-line-styling/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-resize-line-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-resize-line-styling/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-resize-line-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-reusable-paginator/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-reusable-paginator/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-reusable-paginator/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-reusable-paginator/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-row-edit-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-row-edit-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-row-edit-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-row-edit-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-row-edit/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-row-edit/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-row-edit/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-row-edit/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-search/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-search/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-search/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-search/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-selection/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-selection/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-selection/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-selection/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-sorting-styling/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-sorting-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-sorting-styling/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-sorting-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-sorting/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-sorting/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-sorting/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-sorting/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-summary-export/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-summary-export/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-summary-export/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-summary-export/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-summary-styling/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-summary-styling/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-summary-styling/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-summary-styling/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-summary/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-summary/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-summary/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-summary/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-summary2/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-summary2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-summary2/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-summary2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-toolbar-1/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-toolbar-1/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-toolbar-1/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-toolbar-1/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-toolbar-2/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-toolbar-2/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-toolbar-2/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-toolbar-2/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-toolbar-3/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-toolbar-3/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-toolbar-3/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-toolbar-3/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-toolbar-4/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-toolbar-4/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-toolbar-4/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-toolbar-4/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-toolbar-pinning/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-toolbar-pinning/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-toolbar-pinning/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-toolbar-pinning/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-toolbar-style/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-toolbar-style/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-toolbar-style/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-toolbar-style/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +} diff --git a/angular-demos/tree-grid/treegrid-virtualization/.codesandbox/tasks.json b/angular-demos/tree-grid/treegrid-virtualization/.codesandbox/tasks.json index e0b89f9470..2a93766a04 100644 --- a/angular-demos/tree-grid/treegrid-virtualization/.codesandbox/tasks.json +++ b/angular-demos/tree-grid/treegrid-virtualization/.codesandbox/tasks.json @@ -7,11 +7,14 @@ } ], // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": { - "name": "Start Project", - "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check", - "runAtStart": true - } + "tasks": { + "start": { + "name": "Start Project", + "command": "node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --port 4200 --allowed-hosts=all", + "runAtStart": true, + "preview": { + "port": 4200 + } } -} \ No newline at end of file + } +}