Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
16e1de91
Verified
Commit
16e1de91
authored
7 years ago
by
Lukas Mauß
Committed by
Lukas Maximilian Kimpel
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless code
parent
0a8f82fd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!87
participant home screen api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/join-room/join-room.component.ts
+0
-1
0 additions, 1 deletion
src/app/join-room/join-room.component.ts
src/app/room/room.component.ts
+1
-3
1 addition, 3 deletions
src/app/room/room.component.ts
with
1 addition
and
4 deletions
src/app/join-room/join-room.component.ts
+
0
−
1
View file @
16e1de91
...
...
@@ -22,7 +22,6 @@ export class JoinErrorStateMatcher implements ErrorStateMatcher {
export
class
JoinRoomComponent
implements
OnInit
{
room
:
Room
;
isExisting
=
true
;
roomFormControl
=
new
FormControl
(
''
,
[
Validators
.
required
]);
...
...
This diff is collapsed.
Click to expand it.
src/app/room/room.component.ts
+
1
−
3
View file @
16e1de91
...
...
@@ -19,9 +19,7 @@ export class RoomComponent implements OnInit {
}
ngOnInit
()
{
this
.
route
.
params
.
subscribe
(
params
=>
{
this
.
getRoom
(
params
[
'
roomId
'
]);
});
}
getRoom
(
id
:
string
):
void
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment