aboutsummaryrefslogtreecommitdiff
path: root/Server/wwwroot/scripts/main.ts
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-18 16:40:24 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-18 16:40:24 +0000
commite91a06475da796ee2393af174ee31c702a2c8966 (patch)
tree3a12311af9f7b2afbd8a036a5d38601ca4483fb6 /Server/wwwroot/scripts/main.ts
parent2b42bf3dfada947d3ef73c1d292f4bc1da7bcb00 (diff)
parentc94ca254d8ed2a4f29f49f5de0a8e542c73230b7 (diff)
downloadnewsaggregator-e91a06475da796ee2393af174ee31c702a2c8966.tar.gz
newsaggregator-e91a06475da796ee2393af174ee31c702a2c8966.tar.bz2
newsaggregator-e91a06475da796ee2393af174ee31c702a2c8966.zip
Changed merge
Diffstat (limited to 'Server/wwwroot/scripts/main.ts')
-rw-r--r--Server/wwwroot/scripts/main.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/wwwroot/scripts/main.ts b/Server/wwwroot/scripts/main.ts
new file mode 100644
index 0000000..77a80d3
--- /dev/null
+++ 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