Code written while studying Angular with TypeScript from the Angular in Action book
-
Updated
Nov 11, 2021 - JavaScript
Code written while studying Angular with TypeScript from the Angular in Action book
A stocks tracker webapp developed with Angular. Idea from Angular in Action book.
This is a fictional dashboard for a data center, which shows two clusters (with three nodes each) at the bottom and the combined metrics of CPU and memory usage. All the data is generated randomly every 15 seconds, but it will also change color from green to red as usage reaches higher than desired levels. There is also a Reload button at the to…
First, there’s an API that loads current stock price data from Yahoo! Finance; it’s deployed on Heroku and isn’t covered in this chapter, but you can view the code for the API at https://github.com/angular-in-action/api. It’s a standard REST API and doesn’t require authentication.
Add a description, image, and links to the angular-in-action topic page so that developers can more easily learn about it.
To associate your repository with the angular-in-action topic, visit your repo's landing page and select "manage topics."