tsparticles / angular

Angular tsParticles official component
MIT License
33 stars 6 forks source link

Improve support for different Angular versions #65

Open matteobruni opened 12 months ago

matteobruni commented 12 months ago

The library actually is not very compatible with older Angular versions, I think this can be improved somehow.

If there are some code changes to improve this, these are necessary. If it's not possible because of Angular breaking changes between major versions, multiple libraries need to be released and maintained (following Angular LTS rules, minimum).

The first idea that came to my mind is to create a package for every major version, but this can be too much work. This will result in multiple demo apps too.

Checklist - [X] `packages/angular-7/package.json` ✅ Commit [`5af6fc1`](https://github.com/tsparticles/angular/commit/5af6fc1c48ecb779b4008f5c82c2ea106d15b596) - [X] `packages/angular-8/package.json` ✅ Commit [`ad5481a`](https://github.com/tsparticles/angular/commit/ad5481a4423c4c1fd5cf7d1a9696e4d74f38809f) - [X] `packages/angular-9/package.json` ✅ Commit [`be7976e`](https://github.com/tsparticles/angular/commit/be7976e9b8f38be363229ef043ba603790324f9e) - [X] `packages/angular-10/package.json` ✅ Commit [`5a089c9`](https://github.com/tsparticles/angular/commit/5a089c98d5d6970ac1900bb413df21a318ee94db) - [X] `packages/angular-11/package.json` ✅ Commit [`908142a`](https://github.com/tsparticles/angular/commit/908142a436afee130d5b70337ad0350c14acdfa2) - [X] `packages/angular-12/package.json` ✅ Commit [`b60f655`](https://github.com/tsparticles/angular/commit/b60f65521f0f0c7ca4e700898464ddad9894d981) - [X] `angular.json` ✅ Commit [`1fa1365`](https://github.com/tsparticles/angular/commit/1fa136573269b23c83e400577687ee27066867b8) - [X] `README.md` ✅ Commit [`f6379cb`](https://github.com/tsparticles/angular/commit/f6379cbba3fd7e76c7f39b69bb7c100a2a3cf67d) - [X] `apps/ionic-demo/src/app/app.module.ts` ✅ Commit [`51555d5`](https://github.com/tsparticles/angular/commit/51555d50a3c33daabc2d52d8aa9e4fd95be07ffb) - [X] `apps/angular-demo/src/app/app.module.ts` ✅ Commit [`a4dce27`](https://github.com/tsparticles/angular/commit/a4dce2753b726d4ae5b505e92c4c12e1deef93e8) - [X] `apps/ionic-demo/src/app/tab1/tab1.page.ts` ✅ Commit [`bbc17dd`](https://github.com/tsparticles/angular/commit/bbc17ddcc303ab18e557aec9d42eb936e09cc70e) - [X] `apps/ionic-demo/src/app/tab2/tab2.page.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/tab3/tab3.page.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/tabs/tabs.page.ts` ❌ Failed - [X] `apps/angular-demo/src/app/app.component.ts` ❌ Failed - [X] `apps/angular-demo/src/app/app.component.spec.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/app.component.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/app.component.spec.ts` ✅ Commit [`38215b6`](https://github.com/tsparticles/angular/commit/38215b65c54e9bd6294d0aa5fb02542e14daaed5) - [X] `apps/ionic-demo/src/app/explore-container/explore-container.component.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/tab1/tab1.page.spec.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/tab2/tab2.page.spec.ts` ✅ Commit [`2f0a5e1`](https://github.com/tsparticles/angular/commit/2f0a5e1ea1ebe05cf652e04a1f8d9cf191487c13) - [X] `apps/ionic-demo/src/app/tab3/tab3.page.spec.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/tabs/tabs.page.spec.ts` ❌ Failed - [X] `apps/ionic-demo/src/app/tabs/tabs.page.html` ❌ Failed - [X] `apps/ionic-demo/src/app/tabs/tabs.page.scss` ❌ Failed - [X] `apps/ionic-demo/src/app/tabs/tabs.page.ts` ❌ Failed - [X] `apps/angular-demo/src/app/app.component.html` ✅ Commit [`3f0731f`](https://github.com/tsparticles/angular/commit/3f0731f18ab1f45956885df944eb934375257c6a) - [X] `apps/ionic-demo/src/app/app.component.html` ❌ Failed - [X] `apps/angular-demo/src/app/app.component.css` ❌ Failed - [X] `apps/ionic-demo/src/app/app.component.scss` ❌ Failed - [X] `apps/angular-demo/src/styles.css` ❌ Failed - [X] `apps/ionic-demo/src/global.scss` ❌ Failed - [X] `apps/ionic-demo/src/theme/variables.scss` ✅ Commit [`577092d`](https://github.com/tsparticles/angular/commit/577092dd2caa4da2a3af8c9140755166ad4ad832) - [X] `apps/ionic-demo/src/polyfills.ts` ✅ Commit [`706df19`](https://github.com/tsparticles/angular/commit/706df195460c64954ade04d4d2e05a2a6ede6ffd) - [X] `apps/angular-demo/src/polyfills.ts` ❌ Failed - [X] `apps/ionic-demo/karma.conf.js` ✅ Commit [`1ef1689`](https://github.com/tsparticles/angular/commit/1ef1689d8c3d28de76993a85f1d47c400a35dd57) - [X] `apps/angular-demo/karma.conf.js` ✅ Commit [`1abd3f9`](https://github.com/tsparticles/angular/commit/1abd3f92c524598548c20916c4b90b3d5a69414a) - [X] `apps/ionic-demo/tsconfig.app.json` ❌ Failed - [X] `apps/angular-demo/tsconfig.app.json` ❌ Failed - [X] `apps/ionic-demo/tsconfig.spec.json` ✅ Commit [`877b002`](https://github.com/tsparticles/angular/commit/877b0029031a38ffd8771ea116dbd17b8a6ccb69) - [X] `apps/angular-demo/tsconfig.spec.json` ✅ Commit [`34177f5`](https://github.com/tsparticles/angular/commit/34177f5d1282b25b30bd7f2e1814402889dc93bd) - [X] `apps/ionic-demo/tsconfig.json` ✅ Commit [`bca0ae2`](https://github.com/tsparticles/angular/commit/bca0ae2d9bdf0d105b17d0843e1c04ce58266ca0) - [X] `apps/angular-demo/tsconfig.json` ❌ Failed - [X] `apps/ionic-demo/package.json` ✅ Commit [`756b5fb`](https://github.com/tsparticles/angular/commit/756b5fb4dfc282c4c48e5e19d8455064a88961c6) - [X] `apps/angular-demo/package.json` ❌ Failed - [X] `apps/ionic-demo/ionic.config.json` ❌ Failed - [X] `apps/ionic-demo/capacitor.config.ts` ❌ Failed - [X] `apps/ionic-demo/e2e/protractor.conf.js` ✅ Commit [`5d76a04`](https://github.com/tsparticles/angular/commit/5d76a0487a53c9e030dcbdb7f0c7439d0627dcc5) - [X] `apps/ionic-demo/e2e/src/app.e2e-spec.ts` ✅ Commit [`261d53c`](https://github.com/tsparticles/angular/commit/261d53c1952975e471daef6f880b9d482a4db84b) - [X] `apps/ionic-demo/e2e/src/app.po.ts` ❌ Failed - [X] `apps/angular-demo/karma.conf.js` ✅ Commit [`1abd3f9`](https://github.com/tsparticles/angular/commit/1abd3f92c524598548c20916c4b90b3d5a69414a) - [X] `apps/angular-demo/tsconfig.app.json` ❌ Failed - [X] `apps/angular-demo/tsconfig.spec.json` ✅ Commit [`34177f5`](https://github.com/tsparticles/angular/commit/34177f5d1282b25b30bd7f2e1814402889dc93bd) - [X] `apps/angular-demo/tsconfig.json` ❌ Failed - [X] `apps/angular-demo/package.json` ❌ Failed - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md - [X] `apps/angular-demo/angular.json` ❌ Failed - [X] `apps/angular-demo/.browserslistrc` ❌ Failed - [X] `apps/angular-demo/.editorconfig` ❌ Failed - [X] `apps/angular-demo/.gitignore` ✅ Commit [`bbcf4fa`](https://github.com/tsparticles/angular/commit/bbcf4faad38bdf1c1686bdf5e745e5b6cd81d3cb) - [ ] apps/angular-demo/CHANGELOG.md - [ ] apps/angular-demo/README.md
sweep-nightly[bot] commented 12 months ago
Sweeping

0%

Actions (click)


❌ Unable to Complete PR

It looks like an issue has occurred around fetching the files. Perhaps the repo has not been initialized. If this error persists contact team@sweep.dev.

@matteobruni, editing this issue description to include more details will automatically make me relaunch.

For bonus GPT-4 tickets, please report this bug on Discord.


🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.

sweep-ai[bot] commented 12 months ago

Here's the PR! https://github.com/tsparticles/angular/pull/68.

⚡ Sweep Free Trial: I'm creating this ticket using GPT-4. You have 0 GPT-4 tickets left for the month and 0 for the day. For more GPT-4 tickets, visit our payment portal.

Actions (click)


Step 1: 🔎 Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/tsparticles/angular/blob/126fd1f59274a770efe02e1a04d6d3e2f0ce264f/components/confetti/README.md#L1-L26

Step 2: ⌨️ Coding


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/improve-angular-support.

.


🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord

sweep-ai[bot] commented 12 months ago

Here's the PR! https://github.com/tsparticles/angular/pull/67.

⚡ Sweep Free Trial: I'm creating this ticket using GPT-4. You have 0 GPT-4 tickets left for the month and 0 for the day. For more GPT-4 tickets, visit our payment portal.

Actions (click)


Step 1: 🔎 Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/tsparticles/angular/blob/126fd1f59274a770efe02e1a04d6d3e2f0ce264f/components/confetti/README.md#L1-L26

Step 2: ⌨️ Coding


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/improve-angular-support_1.

.


🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord

sweep-ai[bot] commented 12 months ago
Sweeping

50%

Actions (click)


❌ Unable to Complete PR

Sorry, I could not edit apps/angular-demo/CHANGELOG.md as this file is too long.

If this file is incorrect, please describe the desired file in the prompt. However, if you would like to edit longer files, consider upgrading to Sweep Pro for longer context lengths.

For bonus GPT-4 tickets, please report this bug on Discord.


Please look at the generated plan. If something looks wrong, please add more details to your issue.

File Path Proposed Changes
packages/angular-7/package.json Create packages/angular-7/package.json with contents:
• Create a new package.json file for the Angular 7 version.
• Set the necessary dependencies and configurations for Angular 7 compatibility.
packages/angular-8/package.json Create packages/angular-8/package.json with contents:
• Create a new package.json file for the Angular 8 version.
• Set the necessary dependencies and configurations for Angular 8 compatibility.
packages/angular-9/package.json Create packages/angular-9/package.json with contents:
• Create a new package.json file for the Angular 9 version.
• Set the necessary dependencies and configurations for Angular 9 compatibility.
packages/angular-10/package.json Create packages/angular-10/package.json with contents:
• Create a new package.json file for the Angular 10 version.
• Set the necessary dependencies and configurations for Angular 10 compatibility.
packages/angular-11/package.json Create packages/angular-11/package.json with contents:
• Create a new package.json file for the Angular 11 version.
• Set the necessary dependencies and configurations for Angular 11 compatibility.
packages/angular-12/package.json Create packages/angular-12/package.json with contents:
• Create a new package.json file for the Angular 12 version.
• Set the necessary dependencies and configurations for Angular 12 compatibility.
angular.json Create angular.json with contents:
• Add new projects for each Angular version in the "projects" section of angular.json.
• Configure the necessary build and serve options for each project.
README.md Modify README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/ionic-demo/src/app/app.module.ts Modify apps/ionic-demo/src/app/app.module.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.module.ts file.
apps/angular-demo/src/app/app.module.ts Modify apps/angular-demo/src/app/app.module.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.module.ts file.
apps/ionic-demo/src/app/tab1/tab1.page.ts Modify apps/ionic-demo/src/app/tab1/tab1.page.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tab1.page.ts file.
apps/ionic-demo/src/app/tab2/tab2.page.ts Modify apps/ionic-demo/src/app/tab2/tab2.page.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tab2.page.ts file.
apps/ionic-demo/src/app/tab3/tab3.page.ts Modify apps/ionic-demo/src/app/tab3/tab3.page.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tab3.page.ts file.
apps/ionic-demo/src/app/tabs/tabs.page.ts Modify apps/ionic-demo/src/app/tabs/tabs.page.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tabs.page.ts file.
apps/angular-demo/src/app/app.component.ts Modify apps/angular-demo/src/app/app.component.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.component.ts file.
apps/angular-demo/src/app/app.component.spec.ts Modify apps/angular-demo/src/app/app.component.spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.component.spec.ts file.
apps/ionic-demo/src/app/app.component.ts Modify apps/ionic-demo/src/app/app.component.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.component.ts file.
apps/ionic-demo/src/app/app.component.spec.ts Modify apps/ionic-demo/src/app/app.component.spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.component.spec.ts file.
apps/ionic-demo/src/app/explore-container/explore-container.component.ts Modify apps/ionic-demo/src/app/explore-container/explore-container.component.ts with contents:
• Import and use the appropriate package for the desired Angular version in the explore-container.component.ts file.
apps/ionic-demo/src/app/tab1/tab1.page.spec.ts Modify apps/ionic-demo/src/app/tab1/tab1.page.spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tab1.page.spec.ts file.
apps/ionic-demo/src/app/tab2/tab2.page.spec.ts Modify apps/ionic-demo/src/app/tab2/tab2.page.spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tab2.page.spec.ts file.
apps/ionic-demo/src/app/tab3/tab3.page.spec.ts Modify apps/ionic-demo/src/app/tab3/tab3.page.spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tab3.page.spec.ts file.
apps/ionic-demo/src/app/tabs/tabs.page.spec.ts Modify apps/ionic-demo/src/app/tabs/tabs.page.spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tabs.page.spec.ts file.
apps/ionic-demo/src/app/tabs/tabs.page.html Modify apps/ionic-demo/src/app/tabs/tabs.page.html with contents:
• Update the HTML template in the tabs.page.html file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/app/tabs/tabs.page.scss Modify apps/ionic-demo/src/app/tabs/tabs.page.scss with contents:
• Update the SCSS styles in the tabs.page.scss file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/app/tabs/tabs.page.ts Modify apps/ionic-demo/src/app/tabs/tabs.page.ts with contents:
• Import and use the appropriate package for the desired Angular version in the tabs.page.ts file.
apps/angular-demo/src/app/app.component.html Modify apps/angular-demo/src/app/app.component.html with contents:
• Update the HTML template in the app.component.html file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/app/app.component.html Modify apps/ionic-demo/src/app/app.component.html with contents:
• Update the HTML template in the app.component.html file to use the correct syntax for the desired Angular version.
apps/angular-demo/src/app/app.component.css Modify apps/angular-demo/src/app/app.component.css with contents:
• Update the CSS styles in the app.component.css file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/app/app.component.scss Modify apps/ionic-demo/src/app/app.component.scss with contents:
• Update the SCSS styles in the app.component.scss file to use the correct syntax for the desired Angular version.
apps/angular-demo/src/styles.css Modify apps/angular-demo/src/styles.css with contents:
• Update the styles.css file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/global.scss Modify apps/ionic-demo/src/global.scss with contents:
• Update the global.scss file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/theme/variables.scss Modify apps/ionic-demo/src/theme/variables.scss with contents:
• Update the variables.scss file to use the correct syntax for the desired Angular version.
apps/ionic-demo/src/polyfills.ts Modify apps/ionic-demo/src/polyfills.ts with contents:
• Update the polyfills.ts file to include the necessary polyfills for the desired Angular version.
apps/angular-demo/src/polyfills.ts Modify apps/angular-demo/src/polyfills.ts with contents:
• Update the polyfills.ts file to include the necessary polyfills for the desired Angular version.
apps/ionic-demo/karma.conf.js Modify apps/ionic-demo/karma.conf.js with contents:
• Update the karma.conf.js file to include the necessary configurations for the desired Angular version.
apps/angular-demo/karma.conf.js Modify apps/angular-demo/karma.conf.js with contents:
• Update the karma.conf.js file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/tsconfig.app.json Modify apps/ionic-demo/tsconfig.app.json with contents:
• Update the tsconfig.app.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/tsconfig.app.json Modify apps/angular-demo/tsconfig.app.json with contents:
• Update the tsconfig.app.json file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/tsconfig.spec.json Modify apps/ionic-demo/tsconfig.spec.json with contents:
• Update the tsconfig.spec.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/tsconfig.spec.json Modify apps/angular-demo/tsconfig.spec.json with contents:
• Update the tsconfig.spec.json file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/tsconfig.json Modify apps/ionic-demo/tsconfig.json with contents:
• Update the tsconfig.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/tsconfig.json Modify apps/angular-demo/tsconfig.json with contents:
• Update the tsconfig.json file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/package.json Modify apps/ionic-demo/package.json with contents:
• Update the package.json file to include the necessary dependencies for the desired Angular version.
apps/angular-demo/package.json Modify apps/angular-demo/package.json with contents:
• Update the package.json file to include the necessary dependencies for the desired Angular version.
apps/ionic-demo/ionic.config.json Modify apps/ionic-demo/ionic.config.json with contents:
• Update the ionic.config.json file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/capacitor.config.ts Modify apps/ionic-demo/capacitor.config.ts with contents:
• Update the capacitor.config.ts file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/e2e/protractor.conf.js Modify apps/ionic-demo/e2e/protractor.conf.js with contents:
• Update the protractor.conf.js file to include the necessary configurations for the desired Angular version.
apps/ionic-demo/e2e/src/app.e2e-spec.ts Modify apps/ionic-demo/e2e/src/app.e2e-spec.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.e2e-spec.ts file.
apps/ionic-demo/e2e/src/app.po.ts Modify apps/ionic-demo/e2e/src/app.po.ts with contents:
• Import and use the appropriate package for the desired Angular version in the app.po.ts file.
apps/angular-demo/karma.conf.js Modify apps/angular-demo/karma.conf.js with contents:
• Update the karma.conf.js file to include the necessary configurations for the desired Angular version.
apps/angular-demo/tsconfig.app.json Modify apps/angular-demo/tsconfig.app.json with contents:
• Update the tsconfig.app.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/tsconfig.spec.json Modify apps/angular-demo/tsconfig.spec.json with contents:
• Update the tsconfig.spec.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/tsconfig.json Modify apps/angular-demo/tsconfig.json with contents:
• Update the tsconfig.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/package.json Modify apps/angular-demo/package.json with contents:
• Update the package.json file to include the necessary dependencies for the desired Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.
apps/angular-demo/angular.json Modify apps/angular-demo/angular.json with contents:
• Update the angular.json file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.browserslistrc Modify apps/angular-demo/.browserslistrc with contents:
• Update the .browserslistrc file to include the necessary browser support for the desired Angular version.
apps/angular-demo/.editorconfig Modify apps/angular-demo/.editorconfig with contents:
• Update the .editorconfig file to include the necessary configurations for the desired Angular version.
apps/angular-demo/.gitignore Modify apps/angular-demo/.gitignore with contents:
• Update the .gitignore file to include the necessary files and directories for the desired Angular version.
apps/angular-demo/CHANGELOG.md Modify apps/angular-demo/CHANGELOG.md with contents:
• Update the CHANGELOG.md file to include the changes and updates for the desired Angular version.
apps/angular-demo/README.md Modify apps/angular-demo/README.md with contents:
• Update the README.md file to include instructions for using different Angular versions.
• Provide information on how to install and use the specific package for each Angular version.

🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.