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

Change as per PR.

parent 81c002ab
...@@ -28,7 +28,7 @@ export class ApiService { ...@@ -28,7 +28,7 @@ export class ApiService {
private headers = new Headers({'Content-Type': 'application/json'}); private headers = new Headers({'Content-Type': 'application/json'});
private pollingInterval = 3000; private pollingInterval = 3000;
private bitcoinApiUrl = 'http://localhost:37220/api'; 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 currentApiUrl = 'http://localhost:37220/api';
private getCurrentCoin() { private getCurrentCoin() {
......
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
} }
.label { .label {
font-size:14px; font-size: 14px;
margin-bottom:1px; margin-bottom: 1px;
} }
\ No newline at end of file
...@@ -13,7 +13,7 @@ import { SerialDisposable } from './serialDisposable'; ...@@ -13,7 +13,7 @@ import { SerialDisposable } from './serialDisposable';
styleUrls: ['./advanced.component.css'] styleUrls: ['./advanced.component.css']
}) })
export class AdvancedComponent implements OnInit, OnDestroy { export class AdvancedComponent implements OnInit, OnDestroy {
private addressCount = ""; private addressCount = '';
private extPubKeySubs = new SerialDisposable(); private extPubKeySubs = new SerialDisposable();
private generateAddressesSubs = new SerialDisposable(); private generateAddressesSubs = new SerialDisposable();
private resyncSubs = new SerialDisposable(); private resyncSubs = new SerialDisposable();
...@@ -25,7 +25,7 @@ export class AdvancedComponent implements OnInit, OnDestroy { ...@@ -25,7 +25,7 @@ export class AdvancedComponent implements OnInit, OnDestroy {
} }
public icoFormGroup: FormGroup; public icoFormGroup: FormGroup;
public extPubKey = ""; public extPubKey = '';
public resyncDate: NgbDateStruct; public resyncDate: NgbDateStruct;
public extPubKeyLoadingState = new LoadingState(); public extPubKeyLoadingState = new LoadingState();
public generateAddressesLoadingState = new LoadingState(); public generateAddressesLoadingState = new LoadingState();
......
...@@ -26,7 +26,7 @@ export class StatusBarComponent implements OnInit { ...@@ -26,7 +26,7 @@ export class StatusBarComponent implements OnInit {
constructor(private apiService: ApiService, private globalService: GlobalService, private genericModalService: ModalService) { } constructor(private apiService: ApiService, private globalService: GlobalService, private genericModalService: ModalService) { }
ngOnInit() { ngOnInit() {
this.startSubscriptions() ; this.startSubscriptions();
} }
ngOnDestroy() { ngOnDestroy() {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"types": [ "types": [
"node", "node",
"jasmine", "jasmine"
], ],
"typeRoots": [ "typeRoots": [
"node_modules/@types" "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