mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +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 {
|
import {
|
||||||
Component,
|
Component,
|
||||||
Input,
|
Input,
|
||||||
@ -15,7 +13,7 @@ import { ConstantsService } from '../../services/constants.service';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-vault-icon',
|
selector: 'app-vault-icon',
|
||||||
template: template,
|
templateUrl: 'icon.component.html',
|
||||||
})
|
})
|
||||||
export class IconComponent implements OnChanges {
|
export class IconComponent implements OnChanges {
|
||||||
@Input() cipher: any;
|
@Input() cipher: any;
|
||||||
|
Loading…
Reference in New Issue
Block a user