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
/
user-dialog
/
user-dialog.component.html
blob: 2c5d18794a347a8363cb2d02f07dbcfff7721313 (
plain
)
1
2
3
<
div
[
ngSwitch
]="
state
"
>
<
app-user-login
*
ngSwitchCase
=
"'login'"
></
app-user-login
>
</
div
>