- AppComponent
- CryptobotControlsComponent
- FilterControlsComponent
- GdaxDataService
- LiveViewComponent
- ProfitPortfolioComponent
- SidePanelComponent
- TradingHistoryComponent
- DATA_URL
- INTERFACE_URL
- MONTH_NAMES
- activatedRouter
- appRoutes
- context
- date
- date1
- date2
- gdaxDataService
- httpClient
- reallyOldDate
- require
- environment
- shortDate1
- shortDate2
- shortDate3
- shortTime1
- shortTime2
- shortTime3
- subscribeReturn1
- subscribeReturn2
● DATA_URL: "http://167.99.149.6:3000/" = "http://167.99.149.6:3000/"
Defined in app/services/gdax-data.service.ts:9
● INTERFACE_URL: "http://www.williamrobertfunk.com" = "http://www.williamrobertfunk.com"
Defined in app/services/gdax-data.service.ts:8
● MONTH_NAMES: string
[] = [
'January', 'February', 'March', 'April', 'May', 'June',
'July', 'August', 'September', 'October', 'November', 'December'
]
Defined in app/services/gdax-data.service.ts:11
● activatedRouter: any
Defined in app/components/filter-controls/filter-controls.component.spec.ts:15 Defined in app/components/trading-history/trading-history.component.spec.ts:14
● appRoutes: Routes
= [
{ path: '', redirectTo: '/live-view/BTC-USD', pathMatch: 'full' },
{ path: 'live-view', children: [
{ path: '', redirectTo: '/live-view/BTC-USD', pathMatch: 'full' },
{ path: 'BTC-USD', component: LiveViewComponent },
{ path: 'LTC-USD', component: LiveViewComponent },
{ path: 'ETH-USD', component: LiveViewComponent },
{ path: 'ALL', component: LiveViewComponent }
] },
{ path: 'trading-history', children: [
{ path: '', redirectTo: '/trading-history/BTC-USD', pathMatch: 'full' },
{ path: 'BTC-USD', component: TradingHistoryComponent },
{ path: 'LTC-USD', component: TradingHistoryComponent },
{ path: 'ETH-USD', component: TradingHistoryComponent },
{ path: 'ALL', component: TradingHistoryComponent }
] },
{ path: 'profit-portfolio', children: [
{ path: '', redirectTo: '/profit-portfolio/BTC-USD', pathMatch: 'full' },
{ path: 'BTC-USD', component: ProfitPortfolioComponent },
{ path: 'LTC-USD', component: ProfitPortfolioComponent },
{ path: 'ETH-USD', component: ProfitPortfolioComponent },
{ path: 'ALL', component: ProfitPortfolioComponent }
] },
{ path: 'cryptobot-controls', children: [
{ path: '', redirectTo: '/cryptobot-controls/BTC-USD', pathMatch: 'full' },
{ path: 'BTC-USD', component: CryptobotControlsComponent },
{ path: 'LTC-USD', component: CryptobotControlsComponent },
{ path: 'ETH-USD', component: CryptobotControlsComponent },
{ path: 'ALL', component: CryptobotControlsComponent }
] }
]
Defined in app/app-routing.module.ts:9
● context: any
= require.context('./', true, /.spec.ts$/)
Defined in test.ts:18
● date: Date
= new Date('2018-03-25T03:55:19.336Z')
Defined in app/services/gdax-data.service.spec.ts:6
● date1: Date
= new Date('2018-03-25T03:55:00.000Z')
Defined in app/components/filter-controls/filter-controls.component.spec.ts:16
● date2: Date
= new Date('2018-03-26T03:55:00.000Z')
Defined in app/components/filter-controls/filter-controls.component.spec.ts:17
● gdaxDataService: any
Defined in app/components/cryptobot-controls/cryptobot-controls.component.spec.ts:11 Defined in app/components/filter-controls/filter-controls.component.spec.ts:14 Defined in app/components/live-view/live-view.component.spec.ts:11 Defined in app/components/profit-portfolio/profit-portfolio.component.spec.ts:11 Defined in app/components/trading-history/trading-history.component.spec.ts:13
● httpClient: any
Defined in app/services/gdax-data.service.spec.ts:22
● reallyOldDate: Date
= new Date(
new Date('2018-03-26T03:55:00.000Z').getTime()
- 25833600000)
Defined in app/components/filter-controls/filter-controls.component.spec.ts:18
● require: any
Defined in test.ts:10
● production: boolean
= false
Defined in environments/environment.prod.ts:2 Defined in environments/environment.ts:7
● day: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:24
● month: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:23
● year: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:22
● day: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:42
● month: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:41
● year: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:40
● day: number
= reallyOldDate.getDate()
Defined in app/components/filter-controls/filter-controls.component.spec.ts:60
● month: number
= reallyOldDate.getMonth() + 1
Defined in app/components/filter-controls/filter-controls.component.spec.ts:59
● year: number
= reallyOldDate.getFullYear()
Defined in app/components/filter-controls/filter-controls.component.spec.ts:58
● hour: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:32
● minute: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:33
● hour: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:50
● minute: null
= null
Defined in app/components/filter-controls/filter-controls.component.spec.ts:51
● hour: number
= reallyOldDate.getHours()
Defined in app/components/filter-controls/filter-controls.component.spec.ts:63
● minute: number
= reallyOldDate.getMinutes()
Defined in app/components/filter-controls/filter-controls.component.spec.ts:64
► subscribe(fn: any
): void
Defined in app/services/gdax-data.service.spec.ts:8
Parameters:
Param | Type | Description |
---|---|---|
fn | any |
- |
Returns: void
► subscribe(fn: any
): void
Defined in app/services/gdax-data.service.spec.ts:13
Parameters:
Param | Type | Description |
---|---|---|
fn | any |
- |
Returns: void