Skip to content

Commit 28fdc82

Browse files
authored
fix(transaction): add IgxTransactionService provider (#3624)
1 parent 3c0fefe commit 28fdc82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/services/transaction/transaction-base/transaction-base.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { NgClass } from '@angular/common';
55
import { TransactionBasePipe } from '../pipes/transaction-base.pipe';
66

77
@Component({
8+
providers: [IgxTransactionService],
89
selector: 'app-transaction-base',
910
styleUrls: ['./transaction-base.component.scss'],
1011
templateUrl: 'transaction-base.component.html',

0 commit comments

Comments
 (0)