While I am trying to initialize the tour steps I am getting an error> No component factory found for PopoverContainerComponent. Did you add it to @NgModule.entryComponents?
If I add PopoverContainerComponent to @NgModule.entryComponents and while committing the code - then I am getting an error - it is already been imported into popoverModule.
While I am trying to initialize the tour steps I am getting an error> No component factory found for PopoverContainerComponent. Did you add it to @NgModule.entryComponents?
If I add PopoverContainerComponent to @NgModule.entryComponents and while committing the code - then I am getting an error - it is already been imported into popoverModule.
Please, can one help me to solve this error?