mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-26 17:08:33 +01:00
ref icon templateUrl
This commit is contained in:
parent
db83cab552
commit
69afd7923b
1
src/angular/app.d.ts
vendored
1
src/angular/app.d.ts
vendored
@ -1 +0,0 @@
|
||||
declare module '*.html';
|
@ -1,5 +1,3 @@
|
||||
import * as template from './icon.component.html';
|
||||
|
||||
import {
|
||||
Component,
|
||||
Input,
|
||||
@ -15,7 +13,7 @@ import { ConstantsService } from '../../services/constants.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-vault-icon',
|
||||
template: template,
|
||||
templateUrl: 'icon.component.html',
|
||||
})
|
||||
export class IconComponent implements OnChanges {
|
||||
@Input() cipher: any;
|
||||
|
Loading…
Reference in New Issue
Block a user