mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
convert to ngtools/webpack for aot compilation
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import * as template from './view.component.html';
|
||||
|
||||
import {
|
||||
Component,
|
||||
OnChanges,
|
||||
@@ -20,7 +18,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 OnChanges {
|
||||
constructor(cipherService: CipherService, totpService: TotpService,
|
||||
|
||||
Reference in New Issue
Block a user