-
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
feat(module:steps): support navigation type and nzDisable nzSubtitle #4064
Conversation
Deploy preview for ng-zorro-master ready! Built with commit cb6acb4 |
6c078a7
to
16c2bec
Compare
Codecov Report
@@ Coverage Diff @@
## master #4064 +/- ##
========================================
- Coverage 92.4% 92.3% -0.1%
========================================
Files 506 514 +8
Lines 10758 10803 +45
Branches 1940 1954 +14
========================================
+ Hits 9941 9972 +31
- Misses 402 412 +10
- Partials 415 419 +4
Continue to review full report at Codecov.
|
fc92c20
to
dcee746
Compare
@@ -18,7 +18,7 @@ import { Component } from '@angular/core'; | |||
}) | |||
export class NzDemoStepsClickableComponent { | |||
index = 0; | |||
|
|||
disable = false; |
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.
清理一下 demo 好了,这个属性没看到有更改,而且也不是 true
。
或者改成 true
然后用例里反过来测。
…G-ZORRO#4064) * feat(module:steps): support navigation type and nzDisable nzSubtitle close NG-ZORRO#3931 * docs(module:steps): update docs
…G-ZORRO#4064) * feat(module:steps): support navigation type and nzDisable nzSubtitle close NG-ZORRO#3931 * docs(module:steps): update docs
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: #3931
What is the new behavior?
Does this PR introduce a breaking change?
Other information