Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
fffdf3d3
Commit
fffdf3d3
authored
Aug 21, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Launch Button entfernt
parent
4b47beb7
Pipeline
#424
passed with stages
in 6 minutes and 23 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3805 additions
and
2892 deletions
+3805
-2892
package-lock.json
package-lock.json
+3801
-2886
package.json
package.json
+3
-3
app.module.ts
src/app/app.module.ts
+1
-2
overview.component.html
src/app/overview/overview.component.html
+0
-1
No files found.
package-lock.json
View file @
fffdf3d3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
fffdf3d3
...
@@ -34,19 +34,19 @@
...
@@ -34,19 +34,19 @@
"
zone.js
"
:
"
~0.10.2
"
"
zone.js
"
:
"
~0.10.2
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
~0.1102.1
2
"
,
"
@angular-devkit/build-angular
"
:
"
~0.1102.1
4
"
,
"
@angular/cli
"
:
"
~11.2.12
"
,
"
@angular/cli
"
:
"
~11.2.12
"
,
"
@angular/compiler-cli
"
:
"
~11.2.13
"
,
"
@angular/compiler-cli
"
:
"
~11.2.13
"
,
"
@types/jasmine
"
:
"
~3.6.0
"
,
"
@types/jasmine
"
:
"
~3.6.0
"
,
"
@types/node
"
:
"
^12.11.1
"
,
"
@types/node
"
:
"
^12.11.1
"
,
"
codelyzer
"
:
"
^6.0.0
"
,
"
codelyzer
"
:
"
^6.0.0
"
,
"
jasmine-core
"
:
"
~3.
6
.0
"
,
"
jasmine-core
"
:
"
~3.
8
.0
"
,
"
jasmine-spec-reporter
"
:
"
~5.0.0
"
,
"
jasmine-spec-reporter
"
:
"
~5.0.0
"
,
"
karma
"
:
"
~6.3.2
"
,
"
karma
"
:
"
~6.3.2
"
,
"
karma-chrome-launcher
"
:
"
~3.1.0
"
,
"
karma-chrome-launcher
"
:
"
~3.1.0
"
,
"
karma-coverage
"
:
"
~2.0.3
"
,
"
karma-coverage
"
:
"
~2.0.3
"
,
"
karma-jasmine
"
:
"
~4.0.0
"
,
"
karma-jasmine
"
:
"
~4.0.0
"
,
"
karma-jasmine-html-reporter
"
:
"
^1.
5
.0
"
,
"
karma-jasmine-html-reporter
"
:
"
^1.
7
.0
"
,
"
protractor
"
:
"
~7.0.0
"
,
"
protractor
"
:
"
~7.0.0
"
,
"
ts-node
"
:
"
~8.3.0
"
,
"
ts-node
"
:
"
~8.3.0
"
,
"
tslint
"
:
"
~6.1.0
"
,
"
tslint
"
:
"
~6.1.0
"
,
...
...
src/app/app.module.ts
View file @
fffdf3d3
import
{
BrowserModule
}
from
'
@angular/platform-browser
'
;
import
{
BrowserModule
}
from
'
@angular/platform-browser
'
;
import
{
NgModule
}
from
'
@angular/core
'
;
import
{
NgModule
}
from
'
@angular/core
'
;
import
{
HttpClientModule
}
from
'
@angular/common/http
'
;
import
{
HttpClientModule
}
from
'
@angular/common/http
'
;
import
{
AppRoutingModule
}
from
'
./app-routing.module
'
;
import
{
AppRoutingModule
}
from
'
./app-routing.module
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
import
{
BrowserAnimationsModule
}
from
'
@angular/platform-browser/animations
'
;
import
{
BrowserAnimationsModule
}
from
'
@angular/platform-browser/animations
'
;
...
@@ -68,7 +67,7 @@ import {ScriptService} from './services/script.service';
...
@@ -68,7 +67,7 @@ import {ScriptService} from './services/script.service';
MatTooltipModule
,
MatTooltipModule
,
MatTableModule
,
MatTableModule
,
MatTreeModule
,
MatTreeModule
,
MatBadgeModule
MatBadgeModule
,
MatDialogModule
MatDialogModule
],
],
providers
:
[
providers
:
[
...
...
src/app/overview/overview.component.html
View file @
fffdf3d3
...
@@ -71,7 +71,6 @@
...
@@ -71,7 +71,6 @@
<mat-card-title
*ngIf=
"!isActiveRound"
>
{{nextTeam}} ist am Zug:
</mat-card-title>
<mat-card-title
*ngIf=
"!isActiveRound"
>
{{nextTeam}} ist am Zug:
</mat-card-title>
<br>
<br>
<button
[disabled]=
"buttonNextRoundDisabled || gameStatus.activeExplainer == 1"
mat-raised-button
color=
"primary"
(click)=
"nextRound()"
>
Ich erkläre und los!
</button>
<button
[disabled]=
"buttonNextRoundDisabled || gameStatus.activeExplainer == 1"
mat-raised-button
color=
"primary"
(click)=
"nextRound()"
>
Ich erkläre und los!
</button>
<button
mat-button
(click)=
"openDialog()"
>
Launch dialog
</button>
</mat-card-actions>
</mat-card-actions>
</mat-card>
</mat-card>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment