mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
ref icon templateUrl
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user