Tradingview jsapi example in Angular base on fake data and fake websocket 😄.
See Demo.
How to run (Or try the out-of-box way)
-
Step 1
Put
charting_library/
under thesrc/assets/vendors/
*This repository doesn't have a tradingview
charting_library/
for some unknown reasons. If need, see repo. Anyway, it's recommended to use your owncharting_library/
. -
Step 2
Install dependencies
npm i
. -
Step 3
Run
npm start
oryarn start
orng serve
for a dev server. Navigate tohttp://localhost:4200/
.