Skip to content
Snippets Groups Projects
Commit 09768264 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

rename app

parent b76d5909
Branches
Tags
1 merge request!301rename app
Pipeline #28650 passed with stages
in 8 minutes and 12 seconds
...@@ -10,4 +10,4 @@ The project aims at creating the best possible user experience with a web-based ...@@ -10,4 +10,4 @@ The project aims at creating the best possible user experience with a web-based
## Credits ## Credits
ASKnova is powered by Technische Hochschule Mittelhessen - University of Applied Sciences. frag.jetzt is powered by Technische Hochschule Mittelhessen - University of Applied Sciences.
...@@ -36,9 +36,9 @@ describe('AppComponent', () => { ...@@ -36,9 +36,9 @@ describe('AppComponent', () => {
const app = fixture.debugElement.componentInstance; const app = fixture.debugElement.componentInstance;
expect(app).toBeTruthy(); expect(app).toBeTruthy();
})); }));
it(`should have as title 'ASKnova'`, async(() => { it(`should have as title 'frag.jetzt'`, async(() => {
const fixture = TestBed.createComponent(AppComponent); const fixture = TestBed.createComponent(AppComponent);
const app = fixture.debugElement.componentInstance; const app = fixture.debugElement.componentInstance;
expect(app.title).toEqual('ASKnova'); expect(app.title).toEqual('frag.jetzt');
})); }));
});*/ });*/
...@@ -17,7 +17,7 @@ export class AppComponent implements OnInit { ...@@ -17,7 +17,7 @@ export class AppComponent implements OnInit {
sessionStorage.setItem('currentLang', this.translationService.getBrowserLang()); sessionStorage.setItem('currentLang', this.translationService.getBrowserLang());
} }
title = 'ASKnova'; title = 'frag.jetzt';
ngOnInit(): void { ngOnInit(): void {
this.update.available.subscribe(update => { this.update.available.subscribe(update => {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div fxLayout="row" fxLayoutAlign="center" *ngIf="deviceType === 'mobile'"> <div fxLayout="row" fxLayoutAlign="center" *ngIf="deviceType === 'mobile'">
<h1> <h1>
<span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span> <span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span>
<span class="main-heading-primary">ASKnova</span> <span class="main-heading-primary">frag.jetzt</span>
</h1> </h1>
</div> </div>
<div fxLayout="row" fxLayoutAlign="center"> <div fxLayout="row" fxLayoutAlign="center">
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<mat-card-title> <mat-card-title>
<h1> <h1>
<span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span> <span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span>
<span class="main-heading-primary">ASKnova</span> <span class="main-heading-primary">frag.jetzt</span>
</h1> </h1>
</mat-card-title> </mat-card-title>
</mat-card-header> </mat-card-header>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="An innovative feedback app developed at THM"> <meta name="description" content="An innovative feedback app developed at THM">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>ASKnova</title> <title>frag.jetzt</title>
<base href="/"> <base href="/">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<!-- Add to homescreen for Safari on iOS --> <!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="ASKnova"> <meta name="apple-mobile-web-app-title" content="frag.jetzt">
<link rel="apple-touch-icon" href="assets/icons/icon-144x144.png"> <link rel="apple-touch-icon" href="assets/icons/icon-144x144.png">
<link href="assets/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="assets/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="assets/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="assets/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
......
{ {
"name": "ASKnova", "name": "frag.jetzt",
"short_name": "ASKnova", "short_name": "frag.jetzt",
"theme_color": "#121212", "theme_color": "#121212",
"background_color": "#121212", "background_color": "#121212",
"display": "standalone", "display": "standalone",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment