Skip to content

Latest commit

 

History

History
104 lines (35 loc) · 1.96 KB

cryptobotcontrolscomponent.md

File metadata and controls

104 lines (35 loc) · 1.96 KB

cryptobot-interface > CryptobotControlsComponent

Class: CryptobotControlsComponent

Implements

  • OnInit

Index

Constructors

Properties

Methods


Constructors

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


Properties

«Private» gdaxDataService

● gdaxDataService: GdaxDataService

Defined in app/components/cryptobot-controls/cryptobot-controls.component.ts:15

Internal service to get queried market data.


Methods

ngOnInit

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