Commit 9eb2fe56 authored by Paul Herbert's avatar Paul Herbert

Change as per PR.

parent 81c002ab
......@@ -28,7 +28,7 @@ export class ApiService {
private headers = new Headers({'Content-Type': 'application/json'});
private pollingInterval = 3000;
private bitcoinApiUrl = 'http://localhost:37220/api';
private stratisApiUrl = 'http://localhost:37221/api' ;
private stratisApiUrl = 'http://localhost:37221/api';
private currentApiUrl = 'http://localhost:37220/api';
private getCurrentCoin() {
......
......@@ -8,6 +8,6 @@
}
.label {
font-size:14px;
margin-bottom:1px;
font-size: 14px;
margin-bottom: 1px;
}
\ No newline at end of file
......@@ -13,7 +13,7 @@ import { SerialDisposable } from './serialDisposable';
styleUrls: ['./advanced.component.css']
})
export class AdvancedComponent implements OnInit, OnDestroy {
private addressCount = "";
private addressCount = '';
private extPubKeySubs = new SerialDisposable();
private generateAddressesSubs = new SerialDisposable();
private resyncSubs = new SerialDisposable();
......@@ -25,7 +25,7 @@ export class AdvancedComponent implements OnInit, OnDestroy {
}
public icoFormGroup: FormGroup;
public extPubKey = "";
public extPubKey = '';
public resyncDate: NgbDateStruct;
public extPubKeyLoadingState = new LoadingState();
public generateAddressesLoadingState = new LoadingState();
......
......@@ -26,7 +26,7 @@ export class StatusBarComponent implements OnInit {
constructor(private apiService: ApiService, private globalService: GlobalService, private genericModalService: ModalService) { }
ngOnInit() {
this.startSubscriptions() ;
this.startSubscriptions();
}
ngOnDestroy() {
......
......@@ -17,7 +17,7 @@
},
"types": [
"node",
"jasmine",
"jasmine"
],
"typeRoots": [
"node_modules/@types"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment