1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

manage state for vault pages

This commit is contained in:
Kyle Spearrin
2018-04-09 14:17:58 -04:00
parent 9d737f76d1
commit a3fc1c8d30
5 changed files with 83 additions and 26 deletions

View File

@@ -1,14 +1,4 @@
import {
Component,
ComponentFactoryResolver,
NgZone,
OnDestroy,
OnInit,
Type,
ViewChild,
ViewContainerRef,
} from '@angular/core';
import { Router } from '@angular/router';
import { Component } from '@angular/core';
@Component({
selector: 'app-tabs',