-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore: bump to Angular 8.0.0 #3529
Conversation
Deploy preview for ng-zorro-master ready! Built with commit afe6cd4 |
Codecov Report
@@ Coverage Diff @@
## master #3529 +/- ##
==========================================
+ Coverage 95.67% 95.69% +0.02%
==========================================
Files 690 690
Lines 13692 13692
Branches 1824 1824
==========================================
+ Hits 13100 13103 +3
Misses 201 201
+ Partials 391 388 -3
Continue to review full report at Codecov.
|
Deploy preview for ng-zorro-master ready! Built with commit cb69950 |
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.
Cheers!
test: fix test docs: update docs
I would suggest waiting for 8.1 before merging. The first beta already fixed a lot of bugs. |
yes, we will try to release ng-zorro-antd 8.0 after angular 8.1 released |
@@ -59,7 +59,7 @@ export class NzButtonComponent implements AfterContentInit, OnInit, OnDestroy, O | |||
readonly el: HTMLElement = this.elementRef.nativeElement; | |||
private iconElement: HTMLElement; | |||
private iconOnly = false; | |||
@ViewChild('contentElement') contentElement: ElementRef; | |||
@ViewChild('contentElement', { static: true }) contentElement: ElementRef; |
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.
is static true required here
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
See this document for Ivy breaking changes, so that you might have a better overview of the things to change in the future : ) |
* chore: bump to Angular 8.0.0 test: fix test docs: update docs * test: fix test * fix(module:descriptions): add static flag for v8
* chore: bump to Angular 8.0.0 test: fix test docs: update docs * test: fix test * fix(module:descriptions): add static flag for v8
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #3514
What is the new behavior?
Does this PR introduce a breaking change?
Other information