mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
env app version
This commit is contained in:
parent
a92db69cf6
commit
34632957fb
@ -1,3 +1,3 @@
|
||||
# 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
20905
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -135,7 +135,7 @@ export class AppComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||
}
|
||||
}
|
||||
|
||||
prepareRoute(outlet: RouterOutlet) {
|
||||
prepareRoute(outlet: any) {
|
||||
return outlet && outlet.activatedRouteData && outlet.activatedRouteData.animation;
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ export const environment = {
|
||||
expiresDaysDelay: 60,
|
||||
maxCountOfAnswers: 300,
|
||||
appTitle: 'FramaDate',
|
||||
appVersion: '2.1.0',
|
||||
appVersion: '2.2.0',
|
||||
appLogo: 'assets/img/logo.png',
|
||||
api: {
|
||||
versionToUse: 'apiV1',
|
||||
|
@ -21,7 +21,7 @@ export const environment = {
|
||||
expiresDaysDelay: 60,
|
||||
maxCountOfAnswers: 300,
|
||||
appTitle: 'Framadate',
|
||||
appVersion: '0.6.0',
|
||||
appVersion: '2.2.0',
|
||||
appLogo: 'assets/img/logo.png',
|
||||
api: endpoints,
|
||||
poll: poll_conf,
|
||||
|
Loading…
Reference in New Issue
Block a user