Search
 
SCRIPT & CODE EXAMPLE
 

HTML

routerLinkActive in dropdown main text

<ul class="nav nav-tabs">
  <li class="pull-right" [routerLinkActive]="['active']">
    <a class="dropdown-toggle" data-toggle="dropdown"> More <span class="caret"></span></a>
      <ul class="dropdown-menu">
        <li><a [routerLink]="['/profile/link1']">Link 1</a></li>
        <li><a [routerLink]="['/profile/link2']">Link 2</a></li>
      </ul>
  </li>
  <li class="pull-right" [routerLinkActive]="['active']"><a [routerLink]="['/profile/feature1']">Feature1</a></li>
  <li class="pull-right" [routerLinkActive]="['active']"><a [routerLink]="['/profile/feature2']">Feature2</a></li>
</ul>
Comment

PREVIOUS NEXT
Code Example
Html :: HTML <ins Element 
Html :: button animation 
Html :: html meta boilerplate 
Html :: like disLike 
Html :: html bulleted list 
Html :: html div horizontal 
Html :: html5 boilerplate code 
Html :: wifi pass 
Html :: link to middle of page 
Html :: javascript send ethereum 
Html :: making a legend in html 
Html :: floating modal bootstrap 
Html :: bootstrap table same width 
Html :: action attribute in form 
Html :: enable provider plugin cache in terraform 
Html :: what is anchor tag 
Html :: how should you use content_for and yield 
Html :: get all html element data using angular 
Html :: how to do comment in html 
Html :: what is the html command 
Html :: heading in html 
Html :: animated gif 
Html :: rich text editor mvc razor 
Html :: how to create a text that will redirect to anothe page in new tab 
Html :: code for dropdown in html 
Html :: bootstrap 4 position relative div 
Html :: display string on anchor tag onclick display image in new window html 
Html :: how to change the postion of text in html 
Html :: blank anger tag to open page on new window 
Html :: how to display superscript in breadcrumbs in html 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =