Skip to content

Commit

Permalink
Home page done
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealKiller97 committed Sep 3, 2019
1 parent 4f18afc commit a5e1aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/modules/shared/models/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface Game {
screenshots: Screenshoot[];
platforms: Platform[];
playtime: number;
platform: any;
slug: string;
realesed: string;
clip: any;
Expand Down
1 change: 1 addition & 0 deletions src/app/modules/shared/models/Platform.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export interface Platform {
slug: string;
yearEnd: any;
yearStart: any;
platform: any;
}

0 comments on commit a5e1aa9

Please sign in to comment.