Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cb8334d9
authored
Oct 13, 2018
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back to 2000's
1 parent
e1ee93eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
code/moya-angular/src/app/components/frontpage/frontpage.component.html
code/moya-angular/src/app/modules/login/login-component/login.component.html
code/moya-angular/src/app/components/frontpage/frontpage.component.html
View file @
cb8334d
<p>
<marquee
behavior=
"scroll"
direction=
"left"
>
frontpage works!
</marquee>
frontpage works!
</p>
code/moya-angular/src/app/modules/login/login-component/login.component.html
View file @
cb8334d
<form
class=
"loginarea"
#
logindetails=
"ngForm"
(
ngSubmit
)="
login
(
logindetails
)"
>
<form
class=
"loginarea"
#
logindetails=
"ngForm"
(
ngSubmit
)="
login
(
logindetails
)"
>
<mat-form-field>
<input
matInput
ngModel
name=
"username"
placeholder=
"{{ 'user.username' | translate }}"
>
<input
matInput
ngModel
name=
"username"
placeholder=
"{{ 'user.username' | translate }}"
>
</mat-form-field>
<mat-form-field>
<input
matInput
type=
"password"
ngModel
name=
"password"
placeholder=
"{{ 'user.password' | translate }}"
>
<input
matInput
type=
"password"
ngModel
name=
"password"
placeholder=
"{{ 'user.password' | translate }}"
>
</mat-form-field>
<button
type=
"submit"
mat-button
color=
"primary"
>
{{ 'login.login' | translate }}
</button>
<button
type=
"submit"
mat-button
color=
"primary"
>
{{ 'login.login' | translate }}
</button>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment