1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

share components with jslib

This commit is contained in:
Kyle Spearrin
2018-04-04 09:47:43 -04:00
parent 7b4d0a71de
commit f855a8272c
6 changed files with 392 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
import {
Component,
EventEmitter,
Input,
} from '@angular/core';
import { Input } from '@angular/core';
import { Router } from '@angular/router';
import { ToasterService } from 'angular2-toaster';