mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
Upgrade Angular to 9 (#151)
* Upgrade Angular to 8 * Upgrade Angular to 9 * Fix format * Add ordered-imports tslint rule * Upgrade Angular CDK to 9.2.4
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Directive,
|
||||
EventEmitter,
|
||||
Input,
|
||||
NgZone,
|
||||
@@ -30,6 +31,7 @@ import { BroadcasterService } from '../services/broadcaster.service';
|
||||
|
||||
const BroadcasterSubscriptionId = 'ViewComponent';
|
||||
|
||||
@Directive()
|
||||
export class ViewComponent implements OnDestroy, OnInit {
|
||||
@Input() cipherId: string;
|
||||
@Output() onEditCipher = new EventEmitter<CipherView>();
|
||||
|
||||
Reference in New Issue
Block a user