We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The services located at app/core can be reusable by other angular applications.
app/core
For example if i want to build an exchange with angular i can make use of the market services to get order book, trades, candles, etc.
market
To make it the services need to be cleaned(they are a mess) and isolated. Not a very easy job but doable and i think in the right direction.
The text was updated successfully, but these errors were encountered:
oxarbitrage
No branches or pull requests
The services located at
app/core
can be reusable by other angular applications.For example if i want to build an exchange with angular i can make use of the
market
services to get order book, trades, candles, etc.To make it the services need to be cleaned(they are a mess) and isolated. Not a very easy job but doable and i think in the right direction.
The text was updated successfully, but these errors were encountered: