1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-26 23:09:46 +02:00

ref icon templateUrl

This commit is contained in:
Kyle Spearrin 2018-04-06 12:01:21 -04:00
parent db83cab552
commit 69afd7923b
2 changed files with 1 additions and 4 deletions

View File

@ -1 +0,0 @@
declare module '*.html';

View File

@ -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;