Improve Http Request

This commit is contained in:
kevinpauer
2022-03-28 00:37:49 +02:00
parent 0393f153bf
commit e9f1e7d38a
8 changed files with 102 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
export class Stock {
count = 0;
price = 0;
symbol = '';
time = '';
}