Have you ever attempted to test classes in Angular that rely on ngx-logger
as a dependency? I am looking for guidance or examples of how this can be achieved using testing frameworks such as Jasmine. It seems there are limited resources available on mocking or providing the ngx-logger
in unit tests for classes with this specific dependency.