Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
classement
classement
Commits
543c3a3f
Commit
543c3a3f
authored
Oct 29, 2022
by
Zéfling
🎨
Browse files
Version 1.2.3
parent
b4251f22
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
543c3a3f
# Changelog - Standalone web app & API
## 1.2.3 (2022-10-29)
### With API activited only
-
navigate:
-
fix pagination when no criterion
-
fix pagination display
## 1.2.2 (2022-10-29)
### With API activited only
...
...
package.json
View file @
543c3a3f
{
"name"
:
"classement"
,
"version"
:
"1.2.
2
"
,
"version"
:
"1.2.
3
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
543c3a3f
...
...
@@ -9,7 +9,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.2.
2
'
;
version
=
'
1.2.
3
'
;
modeApi
=
environment
.
api
?.
active
||
false
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment