Added more components
This commit is contained in:
parent
c94493a3c5
commit
8b20acfcc4
28 changed files with 436 additions and 31 deletions
9
src/app/models/post.ts
Normal file
9
src/app/models/post.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export interface Post {
|
||||
title: string;
|
||||
slug: string;
|
||||
description: string;
|
||||
content: string;
|
||||
date: Date;
|
||||
readTime: number;
|
||||
image: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue