Closed cetincakiroglu closed 2 years ago
I also got the same issue for Angular 6
core.js:1673 ERROR Error: Error: No component factory found for JoyrideStepComponent. Did you add it to @NgModule.entryComponents? at ngx-joyride.js:1464 at ZoneDelegate../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421) at Object.onInvokeTask (core.js:3811) at ZoneDelegate../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420) at Zone../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188) at ./node_modules/zone.js/dist/zone.js.ZoneTask.invokeTask (zone.js:496) at ZoneTask.invoke (zone.js:485) at timer (zone.js:2054)
I would like to recommend using Driver.js library for onboard tour rather than ngx-joyride for Angular 6. It has some compatibility issues
I'm also facing the same issue. It was working properly and now it suddenly stopped working.
Angular CLI: 8.1.3 Node: 14.17.0 OS: darwin x64 Angular: 8.1.3
@nilanmeegoda99 Your solution is good. But I've used this plugin at so many places in my project. It will take so much time to replace.
Does anyone have the solution for making it work????
Try to set
entryComponents: [JoyrideStepComponent],
in your app.module.ts It worked for me
Try to set
entryComponents: [JoyrideStepComponent],
in your app.module.ts It worked for me
worked for me, however I don't know when angular team will remove this entryComponents
(Angular 6)
Cannot see Joyride steps even tough module imported as described in the docs.
app.module.ts
Something broken in ngx-joyride node_module. As can be seen from the screenshot, the joyrideStepComponent is not working properly.