1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

groupings and content

This commit is contained in:
Kyle Spearrin
2018-04-05 10:29:11 -04:00
parent 2215989322
commit fa4589c15f
13 changed files with 407 additions and 238 deletions

View File

@@ -13,6 +13,7 @@ import { Router } from '@angular/router';
@Component({
selector: 'app-tabs',
template: `
<div class="tab-page">
<router-outlet></router-outlet>
<nav class="tabs">
<ul>
@@ -37,6 +38,7 @@ import { Router } from '@angular/router';
</a>
</li>
</ul>
</nav>`,
</nav>
</div>`,
})
export class TabsComponent { }