aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-15 16:08:08 +0800
committercrupest <crupest@outlook.com>2019-02-15 16:08:08 +0800
commitf867fb7fed885c474dda18e9a9ca7b1d64c9407f (patch)
tree9d09e39c6463c332eddb0549974db53a1d4f80fa /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
parent3c140656ebe6ed34dda9356a01dbff205651e641 (diff)
downloadtimeline-f867fb7fed885c474dda18e9a9ca7b1d64c9407f.tar.gz
timeline-f867fb7fed885c474dda18e9a9ca7b1d64c9407f.tar.bz2
timeline-f867fb7fed885c474dda18e9a9ca7b1d64c9407f.zip
Develop front end.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts')
-rw-r--r--Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
new file mode 100644
index 00000000..37de232b
--- /dev/null
+++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts
@@ -0,0 +1,15 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'app-todo-list-page',
+ templateUrl: './todo-list-page.component.html',
+ styleUrls: ['./todo-list-page.component.css']
+})
+export class TodoListPageComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit() {
+ }
+
+}