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




Html

Related
clean urls Code Example clean urls Code Example
html address Code Example html address Code Example
sum total free html code Code Example sum total free html code Code Example
radio button in html Code Example radio button in html Code Example
order css file Code Example order css file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11