-
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
docs: make the better type of TS #4246
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4246 +/- ##
==========================================
+ Coverage 92.17% 92.18% +0.01%
==========================================
Files 520 520
Lines 11000 11005 +5
Branches 1993 1995 +2
==========================================
+ Hits 10139 10145 +6
+ Misses 430 429 -1
Partials 431 431
Continue to review full report at Codecov.
|
Deploy preview for ng-zorro-master ready! Built with commit f1c334d |
@@ -69,15 +69,15 @@ const options = [ | |||
] | |||
}) | |||
export class NzDemoCascaderChangeOnFunctionComponent { | |||
nzOptions = options; | |||
values: any[] | null = null; | |||
nzOptions: CascaderOption[] = options; |
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.
NzCascaderOption
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.
CascaderOption - > NzCascaderOption
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
* docs: make the better type of ts * docs: fix demo filename * docs: update cascader demos
* docs: make the better type of ts * docs: fix demo filename * docs: update cascader demos
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: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information