Refactoring

Move Top Played part.
Move pipes and dashboard
Rename object folder to model
Doc pipes
This commit is contained in:
2018-03-20 23:05:46 +01:00
parent efac03a1c7
commit 6300e9cfc7
27 changed files with 239 additions and 175 deletions

View File

@@ -0,0 +1,4 @@
export class Bucket {
key: string;
doc_count: number;
}