1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +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:
Oscar Hinton
2020-08-17 18:14:40 +02:00
committed by GitHub
parent 7bf00b4fb3
commit 8fe78916e2
18 changed files with 78 additions and 86 deletions

View File

@@ -1,4 +1,5 @@
import {
Directive,
EventEmitter,
Input,
OnInit,
@@ -16,6 +17,7 @@ import { Cipher } from '../../models/domain/cipher';
import { AttachmentView } from '../../models/view/attachmentView';
import { CipherView } from '../../models/view/cipherView';
@Directive()
export class AttachmentsComponent implements OnInit {
@Input() cipherId: string;
@Output() onUploadedAttachment = new EventEmitter();