-
Notifications
You must be signed in to change notification settings - Fork 65
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1878 +/- ##
======================================
Coverage 100% 100%
======================================
Files 414 414
Lines 8640 8642 +2
Branches 1278 1279 +1
======================================
+ Hits 8640 8642 +2
Continue to review full report at Codecov.
|
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
Also addresses #1631 |
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.
just one tiny style comment
(newTab)="addTabClick()" | ||
(openTab)="openTabClick()" | ||
[active]="activeTabIndex2" | ||
(activeChange)="tabChanged($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.
Can you reorder these so that [active] is first?
[active]
(activeChange)
(newTab)
(openTab)
2nd comment: #1647
Relates to #1705
Based on consumer feedback, we have determined the tabs demo could be expanded a bit more to provide better examples of how to utilize the component. @blackbaud-johnly is working on the documentation for this in a separate issue #1868 .
This changes the following: