From c94ca254d8ed2a4f29f49f5de0a8e542c73230b7 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 11 Feb 2019 15:48:39 +0000 Subject: Created basic class to hold a single article --- Server/wwwroot/scripts/main.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Server/wwwroot') diff --git a/Server/wwwroot/scripts/main.ts b/Server/wwwroot/scripts/main.ts index e69de29..77a80d3 100644 --- a/Server/wwwroot/scripts/main.ts +++ b/Server/wwwroot/scripts/main.ts @@ -0,0 +1,8 @@ +var root = document.getElementsByClassName('app'); + +class Article { + Title: HTMLElement; + Description: string; + ArticleLink: string; + Image: HTMLElement; +} \ No newline at end of file -- cgit v1.2.3-13-gbd6f