mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03: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:
@@ -20,7 +20,7 @@ export class ModalComponent implements OnDestroy {
|
||||
@Output() onClosed = new EventEmitter();
|
||||
@Output() onShow = new EventEmitter();
|
||||
@Output() onShown = new EventEmitter();
|
||||
@ViewChild('container', { read: ViewContainerRef }) container: ViewContainerRef;
|
||||
@ViewChild('container', { read: ViewContainerRef, static: true }) container: ViewContainerRef;
|
||||
parentContainer: ViewContainerRef = null;
|
||||
fade: boolean = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user