env app version

This commit is contained in:
Tykayn 2021-11-18 14:37:22 +01:00 committed by tykayn
parent a92db69cf6
commit 34632957fb
5 changed files with 4 additions and 20909 deletions

View File

@ -1,3 +1,3 @@
# Résumé de Changelog # Résumé de Changelog
Le détail se trouve dans [CHANGELOG.md] Le détail se trouve dans [CHANGELOG.md]()

20905
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -135,7 +135,7 @@ export class AppComponent implements OnInit, OnDestroy, AfterViewInit {
} }
} }
prepareRoute(outlet: RouterOutlet) { prepareRoute(outlet: any) {
return outlet && outlet.activatedRouteData && outlet.activatedRouteData.animation; return outlet && outlet.activatedRouteData && outlet.activatedRouteData.animation;
} }
} }

View File

@ -25,7 +25,7 @@ export const environment = {
expiresDaysDelay: 60, expiresDaysDelay: 60,
maxCountOfAnswers: 300, maxCountOfAnswers: 300,
appTitle: 'FramaDate', appTitle: 'FramaDate',
appVersion: '2.1.0', appVersion: '2.2.0',
appLogo: 'assets/img/logo.png', appLogo: 'assets/img/logo.png',
api: { api: {
versionToUse: 'apiV1', versionToUse: 'apiV1',

View File

@ -21,7 +21,7 @@ export const environment = {
expiresDaysDelay: 60, expiresDaysDelay: 60,
maxCountOfAnswers: 300, maxCountOfAnswers: 300,
appTitle: 'Framadate', appTitle: 'Framadate',
appVersion: '0.6.0', appVersion: '2.2.0',
appLogo: 'assets/img/logo.png', appLogo: 'assets/img/logo.png',
api: endpoints, api: endpoints,
poll: poll_conf, poll: poll_conf,