question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No component factory found for JoyrideStepComponent.

See original GitHub issue

(Angular 6)

Cannot see Joyride steps even tough module imported as described in the docs.

app.module.ts

import {JoyrideModule} from "ngx-joyride";

@NgModule({
 imports:[JoyrideModule.forRoot()]
})

Something broken in ngx-joyride node_module. As can be seen from the screenshot, the joyrideStepComponent is not working properly.

B2Metric ML Studio — Firefox Developer Edition 04-Aug-21 1_25_48 PM

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
francescotrinciacommented, Nov 12, 2021

Try to set

entryComponents: [JoyrideStepComponent],

in your app.module.ts It worked for me

0reactions
dhiegoatenciocommented, Dec 3, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 4: no component factory found,did you add it to ...
No component factory found for ConfirmComponent. Did you add it to @NgModule.entryComponents? The component is declared in app.module.server.ts
Read more >
“no component factory found for Component. Did you add it to ...
Simple Soultion : You need to add SearchFoodModalComponent #into entrycomponents in @NgModule import { NgModule } from '@angular/core'; ...
Read more >
No component factory found for DynamicDialogComponent ...
Error: No component factory found for DynamicDialogComponent. Did you add it to @NgModule.entryComponents? This is not my own component, ...
Read more >
No component factory found for JoyrideStepComponent.
No component factory found for JoyrideStepComponent. ... Cannot see Joyride steps even tough module imported as described in the docs. app.module.ts import { ......
Read more >
No component factory found for ModalBackdropComponent
<pre>No component factory found for ModalBackdropComponent. Did you add it to @NgModule.entryComponents? at noComponentFactoryError (modules.js?hash=aea.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found