I'm basically trying to implement Angular Universal myself on the Ngx-admin, however I'm facing a particular static injection provider error related to NbMenuService
Was wondering if you came across that issue and how you solved it.
More details are in this github issue - https://github.com/akveo/ngx-admin/issues/5582
I reached this repo from your comment on the issue here - https://github.com/akveo/ngx-admin/issues/1364#issuecomment-471827969
I'm basically trying to implement Angular Universal myself on the Ngx-admin, however I'm facing a particular static injection provider error related to
NbMenuService
Was wondering if you came across that issue and how you solved it. More details are in this github issue - https://github.com/akveo/ngx-admin/issues/5582