diff options
author | crupest <crupest@outlook.com> | 2019-02-18 00:11:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-18 00:11:24 +0800 |
commit | 633e7357b41b5b3e99df887215bed620034eda6a (patch) | |
tree | cae8958b853ee87a885d2a8e73e8df78220e2cf6 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html | |
parent | 122a28595e45c6ec48a773ca1284238566d497d3 (diff) | |
download | timeline-633e7357b41b5b3e99df887215bed620034eda6a.tar.gz timeline-633e7357b41b5b3e99df887215bed620034eda6a.tar.bz2 timeline-633e7357b41b5b3e99df887215bed620034eda6a.zip |
Add todo list request service.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html')
-rw-r--r-- | Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html index 0d005c83..6287c14e 100644 --- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html @@ -1,3 +1,3 @@ -<p> - todo-list-page works! +<p *ngFor="let item of items"> + {{item}} </p> |