Fergardi
Fergardi
Is this project still maintained?
I'm trying to implement this library with ElementUI tables. Any tip so far?
For me, I had to downgrade to 9.2.0.0-r1 in order to restart correctly the web console.
I believe this has something to do with https://github.com/nbfontana/ngx-currency/pull/78 but I cannot make it work.
This is the error I'm getting after upgrading into Angular14 (both app running and the corresponding test): ```console 1) should CREATE the INSTANCE AppComponent NullInjectorError: R3InjectorError(DynamicTestModule)[TutorialService -> NgxmTourService -> Router...
Unfortunately I have the same issues outside testing environment. After compilation and running the application, I got this error: ```console ERROR NullInjectorError: R3InjectorError(AppModule)[TutorialService -> NgxmTourService -> Router -> Router ->...
No, it appears to make no difference. Thanks for your suggestion anyway! I'll continue to investigate if this same issues is happening with other libraries.
No luck so far... Have you by any chance already tested the library with some angular14 project version?
I updated everything related to Angular again from v14.0.2 to v14.0.3, as well as this library version from v8.0.2 to v8.1.2 and suddenly everything started to work properly again. Sorry...
I'm interested in this subject as well. Any progresses so far?