initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
export abstract class ProfitBarAnimationChartData {
|
||||
abstract getChartData(): Observable<{ firstLine: number[]; secondLine: number[]; }>;
|
||||
}
|
||||
Reference in New Issue
Block a user