index
:
timeline.git
dev
main
release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Timeline
/
ClientApp
/
src
/
app
/
todo-list-page
/
todo-list-page.component.html
blob: 6287c14ede26753c640f6837b928d0f785158089 (
plain
)
1
2
3
<
p
*
ngFor
=
"let item of items"
>
{{
item
}}
</
p
>