-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update to Angular 18 #2508
base: main
Are you sure you want to change the base?
Update to Angular 18 #2508
Conversation
777d32b
to
ca01536
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just want to take a quick look once it finalizes as the release train starts moving.
@@ -0,0 +1,7 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to update the Angular version mentioned in the nimble-angular
README.
|
||
import {BuiltInControlValueAccessor} from './control_value_accessor'; | ||
// import {RuntimeErrorCode} from '../errors'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are a handful of commented out chunks in the forked code. Did you make those changes or is that what it looks like upstream? If you made changes, could you consider summarizing them in the PR description? It's useful context, even if the changes are fairly innocuous.
Pull Request
π€¨ Rationale
Part of Angular 18 migration (AzDO work item)
π©βπ» Implementation
angular-workspace/nimble-angular/src/thirdparty
TEMPORARY (will be reverted before submission):
ni-eslint-config-angular
tgz.gitignore
to see .tgz file changesπ§ͺ Testing
Builds and automated tests pass
β Checklist