Add data handling for transactions and stocks

This commit is contained in:
kevinpauer
2022-04-04 23:13:02 +02:00
parent 9115908365
commit 16ad83ae40
8 changed files with 123 additions and 120 deletions

View File

@@ -1,10 +1,8 @@
import { Injectable } from '@angular/core';
import { Stock } from '../Models/stock.model';
@Injectable({
providedIn: 'root'
providedIn: 'root',
})
export class HelperService {
constructor() { }
constructor() {}
}