mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +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 {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user