-
Notifications
You must be signed in to change notification settings - Fork 0
Chore/angular upgrade 17 to 18 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Nav2510
wants to merge
12
commits into
develop
Choose a base branch
from
chore/angular-upgrade-17-to-18
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated Angular dependencies to version 14 across package.json and package-lock.json. - Changed FormGroup to UntypedFormGroup in multiple components and services for better flexibility. - Adjusted TypeScript target to es2020 in tsconfig.json. - Cleaned up angular.json by removing unnecessary default project entry
- Updated BaseComponent to use generics for improved type safety. - Adjusted ContainerComponent and various feature components (Button, Checkbox, Dropdown, Input, Radio, Textarea) to extend BaseComponent with specific types. - Modified related models and pipes to utilize unknown type for better flexibility. - Updated mock data to reflect changes in Field type usage.
…ipt target - Removed .browserslistrc files from the root and ngx-form-lib project. - Updated Angular dependencies in package.json and package-lock.json to version 15.2.10 for core packages and 15.2.11 for devkit packages. - Changed TypeScript target to ES2022 in tsconfig.json for improved compatibility. - Updated various package versions for better performance and security.
- Updated dependencies in package.json and package-lock.json for @angular/cdk and @angular/material to version 16.2.14. - Ensured compatibility with Angular 16.x versions.
- Updated Angular packages in package.json and package-lock.json to version 17.3.12 for core packages and 17.3.17 for devkit packages. - Changed browserTarget to buildTarget in angular.json for consistency with Angular 17 configuration. - Updated TypeScript to version 5.4.5 for improved compatibility.
- Updated dependencies in package.json and package-lock.json for @angular/cdk and @angular/material to version 17.3.10. - Refactored angular.json to streamline asset and style configurations. - Enhanced styles in ngx-form-lib for Material 3 compatibility, including button, form field, and checkbox adjustments. - Updated form component templates to utilize new Material 3 button attributes.
- Updated dependencies in package.json and package-lock.json for @angular/cdk and @angular/material to version 18.2.14. - Refactored form component templates to utilize new syntax for improved readability and maintainability. - Enhanced form handling in ngx-form-lib components, including Button, Checkbox, Dropdown, Input, Radio, and Textarea, to support the new Angular features.
- Bumped version to 0.3.0 in both package.json files. - Updated description to reflect Angular 18 and Material 3 support. - Changed package privacy status to false. - Updated peer dependencies to require Angular 18 packages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.