4 Commits

Author SHA1 Message Date
Noel De Martin
2449aca781 MOBILE-3947 ng: Fix build errors
Target in app tsconfig is set to es2022 by the Angular CLI, so we must
set it as well to be consistent in the rest of the tooling. Angular
compilation later uses browserslist for further transpilations.

Target in unit tests is kept at es2016 because of a known bug in
Angular: https://github.com/angular/angular/issues/31730
2023-11-29 16:19:00 +01:00
Noel De Martin
8a2309522c MOBILE-3833 core: Fix initialization 2021-08-31 17:40:12 +02:00
Noel De Martin
f1bc354be6 MOBILE-3320 core: Refactor initializers 2020-12-07 14:31:55 +01:00
Noel De Martin
af0b3aa2b9 MOBILE-3320 core: Use custom init status service 2020-12-01 18:21:04 +01:00