Add typing.
This commit is contained in:
parent
bb21dd700e
commit
f374815371
@ -5,6 +5,7 @@ import { Observable } from 'rxjs/Rx';
|
|||||||
|
|
||||||
import { ToastrService } from 'ngx-toastr';
|
import { ToastrService } from 'ngx-toastr';
|
||||||
|
|
||||||
|
import { AccountService } from '../accounts/account.service';
|
||||||
import { Operation } from './operation';
|
import { Operation } from './operation';
|
||||||
import { OperationService } from './operation.service';
|
import { OperationService } from './operation.service';
|
||||||
|
|
||||||
@ -13,7 +14,7 @@ module.exports = function(
|
|||||||
accountIdService,
|
accountIdService,
|
||||||
toastrService: ToastrService,
|
toastrService: ToastrService,
|
||||||
operationService: OperationService,
|
operationService: OperationService,
|
||||||
AccountService
|
AccountService: AccountService
|
||||||
){
|
){
|
||||||
var vm = this;
|
var vm = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user