Describe the bug
When lazy loading ngxGRaphModule, i have an error:
ERROR NullInjectorError: R3InjectorError(AppModule)[LayoutService -> LayoutService -> LayoutService]:
NullInjectorError: No provider for LayoutService!
In order to try to solve the problem, i tried instanciating the service by myself, but
Module not found: Error: Package path ./lib/graph/layouts/layout.service is not exported from package
To Reproduce
Steps to reproduce the behavior:
- Make an example angular app
- Add a module
- Dynamically load that module using createNgModuleRef
- Try to use it
Expected behavior
ngx-graph working
ngx-graph version
^8.0.0
Describe the bug
When lazy loading ngxGRaphModule, i have an error:
ERROR NullInjectorError: R3InjectorError(AppModule)[LayoutService -> LayoutService -> LayoutService]:
NullInjectorError: No provider for LayoutService!
In order to try to solve the problem, i tried instanciating the service by myself, but
Module not found: Error: Package path ./lib/graph/layouts/layout.service is not exported from package
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ngx-graph working
ngx-graph version
^8.0.0