diff options
author | 杨宇千 <crupest@outlook.com> | 2019-02-19 16:22:07 +0000 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-02-19 16:22:07 +0000 |
commit | 35f8562f1f1db36a42c53ce42c39db3d615deb0f (patch) | |
tree | 6fe1939721b1f20381225feac75f778f6822a865 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.ts | |
parent | ddf2848df70c40f443773cd1b76d9db13cd1fa23 (diff) | |
parent | 5afa4248c5ec67d361a8f75e0ec0f1d12778e266 (diff) | |
download | timeline-35f8562f1f1db36a42c53ce42c39db3d615deb0f.tar.gz timeline-35f8562f1f1db36a42c53ce42c39db3d615deb0f.tar.bz2 timeline-35f8562f1f1db36a42c53ce42c39db3d615deb0f.zip |
Merged PR 2: Add sample on todo page.
Add sample on todo page.
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.ts | 2 |
1 files changed, 1 insertions, 1 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 index 722ecbdc..8af1f5ef 100644 --- 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 @@ -1,5 +1,5 @@ import { Component, OnInit } from '@angular/core'; -import { TodoListService, WorkItem } from '../todo-list.service'; +import { TodoListService, WorkItem } from './todo-list.service'; @Component({ selector: 'app-todo-list-page', |