Ignore linter error in transaction-result component
This commit is contained in:
parent
8f164ca94a
commit
e62a46c312
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ interface TransactionData {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
// tslint:disable-next-line
|
||||||
selector: '[transaction-result]',
|
selector: '[transaction-result]',
|
||||||
templateUrl: 'transaction-result.component.html',
|
templateUrl: 'transaction-result.component.html',
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue