cryptobot-interface > CryptobotControlsComponent
OnInit
⊕ new CryptobotControlsComponent(gdaxDataService: GdaxDataService): CryptobotControlsComponent
Defined in app/components/cryptobot-controls/cryptobot-controls.component.ts:10
Constructor for the CryptobotControlsComponent class.
Parameters:
Param | Type | Description |
---|---|---|
gdaxDataService | GdaxDataService | Internal service to get queried market data. |
Returns: CryptobotControlsComponent
● gdaxDataService: GdaxDataService
Defined in app/components/cryptobot-controls/cryptobot-controls.component.ts:15
Internal service to get queried market data.
► ngOnInit(): void
Defined in app/components/cryptobot-controls/cryptobot-controls.component.ts:19
Triggered when component is loaded, but before it is viewed.
Returns: void