Commit 8835b4af16e34aa2312353eb7118d22e74ed9887
1 parent
18db4a9f27
Exists in
develop
Change
Iconos y textos que hacian referencia a axion
Showing
4 changed files
with
4 additions
and
2 deletions
Show diff stats
src/afavicon.ico
No preview for this file type
src/app/app.component.ts
... | ... | @@ -2,6 +2,7 @@ import { Component } from '@angular/core'; |
2 | 2 | import { ConnectionService } from 'ng-connection-service'; |
3 | 3 | import { BsModalService, BsModalRef } from 'ngx-bootstrap/modal'; |
4 | 4 | import { InternetConnectionComponent } from './shared/internet-connection/internet-connection.component'; |
5 | +import { Title } from '@angular/platform-browser'; | |
5 | 6 | |
6 | 7 | @Component({ |
7 | 8 | selector: 'app-root', |
... | ... | @@ -9,7 +10,6 @@ import { InternetConnectionComponent } from './shared/internet-connection/intern |
9 | 10 | styleUrls: ['./app.component.scss'] |
10 | 11 | }) |
11 | 12 | export class AppComponent { |
12 | - title = 'autoservicio-axion'; | |
13 | 13 | status = 'ONLINE'; |
14 | 14 | isConnected = true; |
15 | 15 | modalRef: BsModalRef; |
... | ... | @@ -17,7 +17,9 @@ export class AppComponent { |
17 | 17 | constructor( |
18 | 18 | private connectionService: ConnectionService, |
19 | 19 | private modalService: BsModalService, |
20 | + private title: Title | |
20 | 21 | ) { |
22 | + this.title.setTitle('Autoservicio'); | |
21 | 23 | this.connectionService.monitor().subscribe(isConnected => { |
22 | 24 | this.isConnected = isConnected; |
23 | 25 | if (this.isConnected && this.modalRef) { |
src/app/modules/splash-screen/splash-screen.component.ts
... | ... | @@ -9,7 +9,7 @@ import { ArticuloService } from 'src/app/services/articulo/articulo.service'; |
9 | 9 | export class SplashScreenComponent implements OnInit { |
10 | 10 | timerSplashScreen = 2000; |
11 | 11 | showSplashScreen = true; |
12 | - textWelcome = 'BIENVENIDO A SPOT!'; | |
12 | + textWelcome = 'BIENVENIDO!'; | |
13 | 13 | textComoEstas = '¿cómo estás?'; |
14 | 14 | textInvitamos = 'TE INVITAMOS A HACER'; |
15 | 15 | textTuPedido = 'tu pedido acá'; |
src/favicon.ico
No preview for this file type