ever-traduora
ever-traduora copied to clipboard
[Chore] Upgrade Angular From v12 to v16
Before submitting the PR, please make sure you do the following
-
Contributor license agreement For us it's important to have the agreement of our contributors to use their work, whether it be code or documentation. Therefore, we are asking all contributors to sign a contributor license agreement (CLA) as commonly accepted in most open source projects. Just open the pull request and our CLA bot will prompt you briefly.
-
Please check our contribution guidelines for some help in the process.
Summary by CodeRabbit
-
New Features
- Updated package names to scoped formats for better organization.
- Added support for the "file-saver" library in the Angular project.
-
Bug Fixes
- Adjusted Bootstrap dependency to ensure compatibility.
-
Documentation
- Updated
.gitignore
to include Angular cache directory.
- Updated
-
Refactor
- Changed form builder type from
FormBuilder
toUntypedFormBuilder
across multiple components for improved flexibility. - Removed legacy browser support references from polyfills.
- Changed form builder type from
-
Chores
- Updated TypeScript configuration for improved compatibility and performance.
- Reformatted various configuration files for better readability.
- Adjusted CSS formatting for consistency across several components.