File tree Expand file tree Collapse file tree 6 files changed +10798
-4
lines changed
Expand file tree Collapse file tree 6 files changed +10798
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ testem.log
4242Thumbs.db
4343
4444# Too big for now
45- /src /assets /test-data /big-sample.xml
4645/src /assets /test-data /bigger-sample.xml
4746
4847# Reconsider this
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ import * as xml2js from 'xml2js';
88} )
99
1010export class DataService {
11- currentURL : string = 'https://smstestbed.nist.gov/vds/ current' ;
12- sampleURL : string = 'https://smstestbed.nist.gov/vds/ sample' ;
13- countURL : string = 'https://smstestbed.nist.gov/vds/sample? count=2000' ;
11+ currentURL : string = '/assets/test-data/ current.xml ' ;
12+ sampleURL : string = '/assets/test-data/ sample.xml ' ;
13+ countURL : string = '/assets/test-data/big-sample.xml' ; // count=10000
1414
1515 constructor ( private httpClient : HttpClient ) {
1616
You can’t perform that action at this time.
0 commit comments