Noel De Martin
|
77d3ac9d43
|
MOBILE-4470 angular: Fix snapshot types
Route snapshots are typed as non-optional, but we found a situation where it was undefined. Looking at the Angular source code, it seems like indeed snapshots can be undefined but they have been declared with a definite assignment assertion: https://github.com/angular/angular/blob/17.3.0/packages/router/src/router_state.ts#L231
|
2024-05-14 13:33:34 +02:00 |
|
Noel De Martin
|
3621bc46a5
|
MOBILE-3947 glossary: Fix tests
There were some bugs in Angular v10 that countered this bug in our code, that's why it wasn't manifested until now. It seems to be related with the changes in createUrlTreeFromSegmentGroup.
See https://github.com/angular/angular/commits/16.0.x/packages/router/src/create_url_tree.ts?since=2020-06-25&until=2024-01-11
|
2024-01-15 16:35:57 +01:00 |
|
Pau Ferrer Ocaña
|
dd4c9a1ed0
|
MOBILE-4081 eslint: Solve jsdoc linter warnings
|
2022-12-01 23:05:46 +01:00 |
|
Noel De Martin
|
747f23ba75
|
MOBILE-4081 core: Fix negative swipe indexes
|
2022-11-30 16:14:46 +01:00 |
|
Noel De Martin
|
f668f874a5
|
MOBILE-3926 core: Fix swipe navigation
|
2022-02-22 08:55:07 +01:00 |
|
Pau Ferrer Ocaña
|
9d645fe254
|
MOBILE-3833 swipe: Change swipe navigation component to directive
|
2022-01-10 15:55:47 +01:00 |
|
Noel De Martin
|
008453d5ab
|
MOBILE-3833 core: Fix swipe race conditions
|
2021-12-21 16:23:09 +01:00 |
|
Dani Palou
|
372c5920a7
|
MOBILE-3927 swipe: Apply IR changes
|
2021-12-20 14:43:47 +01:00 |
|