Skip to content

Commit

Permalink
Merge pull request #235 from IgniteUI/ESShared/XPlaform_examples_igni…
Browse files Browse the repository at this point in the history
…teui-xplat-examples-output+PRs_2024.8.28.3

Changes from igniteui-xplat-examples-output+PRs_2024.8.28.3
  • Loading branch information
mddifilippo89 authored Aug 28, 2024
2 parents 82a9927 + c9e8df7 commit 165df6c
Show file tree
Hide file tree
Showing 356 changed files with 1,482 additions and 1,101 deletions.
5 changes: 2 additions & 3 deletions samples/charts/category-chart/annotations-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -31,17 +30,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -31,17 +30,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -31,17 +30,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
5 changes: 2 additions & 3 deletions samples/charts/category-chart/annotations-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -31,17 +30,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -31,17 +30,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -31,17 +30,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -28,17 +27,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -28,17 +27,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
5 changes: 2 additions & 3 deletions samples/charts/category-chart/area-chart-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.2.1",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
"igniteui-angular-charts": "18.1.0",
"igniteui-angular-core": "18.1.0",
Expand All @@ -28,17 +27,17 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular/cli": "18.2.1",
"@angular/compiler-cli": "18.2.1",
"@angular/language-service": "18.2.1",
"@angular-devkit/build-angular": "18.2.1",
"@types/node": "18.17.0",
"codelyzer": "6.0.2",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "~4.2.1",
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 165df6c

Please sign in to comment.