mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
pack with ngtools
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import * as template from './view.component.html';
|
||||
|
||||
import { Location } from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
@@ -25,7 +23,7 @@ import { ViewComponent as BaseViewComponent } from 'jslib/angular/components/vie
|
||||
|
||||
@Component({
|
||||
selector: 'app-vault-view',
|
||||
template: template,
|
||||
templateUrl: 'view.component.html',
|
||||
})
|
||||
export class ViewComponent extends BaseViewComponent implements OnInit {
|
||||
constructor(cipherService: CipherService, totpService: TotpService,
|
||||
|
||||
Reference in New Issue
Block a user