mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-10 19:04:28 +08:00
* berry component and nav slot * remove debug * don't worry about routes * add announce and tests * fix story * use existing notification color. fix border radius * fix berry component class * finalize berry component * fix tests * fix story * move logic to tabs-v2 component. * move navButtons to tabs-v2.component * fix layout * move story. * cleanup
4 lines
116 B
HTML
4 lines
116 B
HTML
<popup-tab-navigation [navButtons]="navButtons$ | async">
|
|
<router-outlet></router-outlet>
|
|
</popup-tab-navigation>
|