refactor: make data list reusable component

Closes #98
This commit is contained in:
Jovan Krunić
2021-04-15 17:24:15 +02:00
parent c97ecd698c
commit a8f22c1e96
15 changed files with 472 additions and 354 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018, 2019 StApps
* Copyright (C) 2018-2021 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -31,7 +31,9 @@ export enum DataScope {
* See https://angular.io/guide/dependency-injection for more info on providers
* and Angular DI.
*/
@Injectable()
@Injectable({
providedIn: 'root',
})
export class DataProvider {
/**
* TODO