File tree Expand file tree Collapse file tree 4 files changed +6
-33
lines changed
frontend/src/app/components Expand file tree Collapse file tree 4 files changed +6
-33
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =password
13
+ spring.datasource.password =Juanluis-123
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =password
13
+ spring.datasource.password =Juanluis-123
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
Original file line number Diff line number Diff line change @@ -90,35 +90,7 @@ <h3>Nuevas noticias sobre The Witcher 4</h3>
90
90
91
91
<!-- The slideshow/carousel -->
92
92
93
- < a *ngIf ="imagesCarousel ">
94
- < ng-template ngbSlide >
95
- < div class ="picsum-img-wrapper ">
96
- < img [src] ="imagesCarousel[0] " alt ="Random first slide ">
97
- </ div >
98
- < div class ="carousel-caption ">
99
- < h3 > Diablo 4</ h3 >
100
- < p > Fecha de lanzamiento revelada</ p >
101
- </ div >
102
- </ ng-template >
103
- < ng-template ngbSlide >
104
- < div class ="picsum-img-wrapper ">
105
- < img [src] ="imagesCarousel[1] " alt ="Random second slide ">
106
- </ div >
107
- < div class ="carousel-caption ">
108
- < h3 > Overwatch 2</ h3 >
109
- < p > Se cancela definitivamente</ p >
110
- </ div >
111
- </ ng-template >
112
- < ng-template ngbSlide >
113
- < div class ="picsum-img-wrapper ">
114
- < img [src] ="imagesCarousel[2] " alt ="Random third slide ">
115
- </ div >
116
- < div class ="carousel-caption ">
117
- < h3 > Mario kart 9</ h3 >
118
- < p > Ya es una realidad, no te lo pierdas</ p >
119
- </ div >
120
- </ ng-template >
121
- </ a >
93
+ < app-carousel > </ app-carousel >
122
94
123
95
</ div >
124
96
</ div >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1 class="display-5 fw-bolder text-white mb-2">{{videogame.title}}</h1>
17
17
style ="color: aliceblue !important; font-size: 2em !important; "> Precio: {{videogame.price}}€</ p >
18
18
<!--Button to pay-->
19
19
< button class ="btn btn-primary btn-lg px-4 me-sm-3 " id ="payButton " (click) ="purchasevideogame() ">
20
- Comprar ya
20
+ Comprar ya
21
21
< span style ="color: grey; "> {{videogame.price}}€</ span >
22
22
</ button >
23
23
</ div >
@@ -33,7 +33,7 @@ <h1 class="display-5 fw-bolder text-white mb-2">{{videogame.title}}</h1>
33
33
< div class ="col-5 text-center " >
34
34
< p class ="lead fw-normal text-white-50 mb-4 "
35
35
style ="color: aliceblue !important; font-size: 2em !important; margin-top: 5%; "> Admin Actions :
36
- < button class ="btn btn-primary btn-lg px-4 me-sm-3 " (click) ="removeVideogame() " style ="margin-top: auto; "> Eliminar </ button >
36
+ < button class ="btn btn-primary btn-lg px-4 me-sm-3 " (click) ="removeVideogame() " style ="margin-top: auto; "> Eliminar </ button >
37
37
< button class ="btn btn-outline-light btn-lg px-4 " (click) ="editVideogame() " style ="margin-top: auto; "> Editar</ button >
38
38
</ p >
39
39
@@ -96,6 +96,7 @@ <h1 style="padding-bottom: 10px;">Noticias destacadas sobre este Titulo.</h1>
96
96
< div class ="row gx-5 justify-content-center ">
97
97
98
98
<!-- {{>newsTemplate}} FALTA AÑADIR -->
99
+ <!--<newsTemplate [news]="news"></newsTemplate>-->
99
100
100
101
</ div >
101
102
</ div >
You can’t perform that action at this time.
0 commit comments