-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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:tag): borderless mode #8320
feat(module:tag): borderless mode #8320
Conversation
This preview will be available after the AzureCI is passed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8320 +/- ##
==========================================
+ Coverage 91.72% 91.73% +0.01%
==========================================
Files 520 520
Lines 18010 18011 +1
Branches 2838 2838
==========================================
+ Hits 16519 16522 +3
+ Misses 1188 1186 -2
Partials 303 303 ☔ View full report in Codecov by Sentry. |
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.
make pass the linter
Thank you for checking my pr. |
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?
Ant design provides a borderless mode for its tag component, which is not available in ng-zorro.
What is the new behavior?
Implemented borderless mode for tag component.
Does this PR introduce a breaking change?
Other information