blob: 7c7e58c0dc20def9ff68a0e01ba0ee1a213b8061 [file] [log] [blame]
<div id="netopeer-header">
<h1><span routerLink="/netopeer">Netopeer</span> {{componentTitle}}</h1>
<nav>
<a *ngFor="let component of netopeerComponents"
routerLink="{{component.route}}" routerLinkActive="active">{{component.name}}</a>
</nav>
</div>
<div id="netopeer-component">
<netopeer-dashboard *ngIf="componentTitle == ''"></netopeer-dashboard>
<router-outlet (activate)="onActivate($event)" (deactivate)="onDeactivate($event)"></router-outlet>
</div>