Circular Dependency of TourStepTemplateService - ngx-ui-tour-md-menu v8.1.2 #190
-
ERROR NullInjectorError: R3InjectorError(AppModule)[TourStepTemplateService -> TourStepTemplateService -> TourStepTemplateService]: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Seems like an issue with your code. Are you trying to extend |
Beta Was this translation helpful? Give feedback.
You have to follow the steps here: https://hakimio.github.io/ngx-ui-tour/md-menu/Setup#installation
Have you imported
TourMatMenuModule.forRoot()
in your app module?