-
Notifications
You must be signed in to change notification settings - Fork 114
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
Light up an additional typescript template check #3518
Conversation
@@ -1,5 +1,6 @@ | |||
import { Component, OnInit, OnDestroy, EventEmitter } from '@angular/core'; | |||
import { FormBuilder, FormGroup, Validators } from '@angular/forms'; | |||
import { MatOptionSelectionChange } from '@angular/material/core/option'; |
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.
Nice find!
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.
Thanks for making all these changes and updates. Happy to see there is a better way than that custom keyboard event 🎉
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.
👍
3a63231
to
fe1c159
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.
LGTM thanks for doing this
Signed-off-by: michael sorens <[email protected]>
Signed-off-by: michael sorens <[email protected]>
Signed-off-by: michael sorens <[email protected]>
Signed-off-by: michael sorens <[email protected]>
fe1c159
to
4531e0d
Compare
Note to self: this was delayed in merging because of an error that manifested in both
...and in
I had tried to find the cause of those but without much joy. Finally, when I rebased today--a couple weeks later--all tests reported green. Just to make sure it was not a fluke, I reran buildkite again. And again. All passes! So now I am merging. |
🔩 Description: What code changed, and why?
Follow-on to Angular 9 template type checking enablement, this throws the switch on one more check--and fixes the problems it reveals.
⛓️ Related Resources
PR #3268 Turn on strict Angular checks
👍 Definition of Done
ng build
is clean with an additional check activated👟 How to Build and Test the Change
Run
ng build
✅ Checklist