You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the take a [nsRouterLink]="['/second']" attribute and be used with the router (v3)? <SegmentedBar row="1" colspan="3" class="toggles" (selectedIndexChanged)="filter()" selectedBackgroundColor="#B76769"> <SegmentedBarItem title="All" [nsRouterLink]="['/first']" ></SegmentedBarItem> <SegmentedBarItem title="Active" completed="false" [nsRouterLink]="['/second']" ></SegmentedBarItem> <SegmentedBarItem title="Done" completed="true" [nsRouterLink]="['/third']" ></SegmentedBarItem> </SegmentedBar>
Add support for child tags in SegmentedBar (defining without a binding):
Related discussion: #80
The text was updated successfully, but these errors were encountered: