blob: 3ea76948d465ab1a2cd006680dc2667ff9fd948c [file] [log] [blame]
<!--********************************************************************************
* Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
********************************************************************************-->
<ul class="nav nav-tabs">
<li *ngFor="let m of links" [routerLinkActive]="['active']" role="presentation"><a routerLink="{{m.path}}" style="cursor:pointer;"> {{m.name}}</a></li>
</ul>
<div class="tab-content" style="border: 1px solid #ddd; border-top: 0; padding: 1em;">
<div class="tab-pane active">
<router-outlet></router-outlet>
<div>
</div>