Need a special offer?Find out if your project fits.
+

Is it possible to add custom directive?

Answered
talha asked on March 7, 2021

I am trying to add the directive provided by ngx-tour "touranchor" Ngx-Tour (isaacplmann.github.io)
and I want to implement help guide or a tour-like for these options(export, grid, chart, format, options).

3 answers

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster March 9, 2021

Hi!
 
Thank you for posting your question.
 
Flexmonster does not offer any built-in tools for achieving something similar. 
 
Nevertheless, you could try doing this with the help of external DOM injections, that is, by manually inserting the required elements where it is necessary to display the tour pop-ups.
 
Please let us know if this helps.
 
Best regards,
Mykhailo

Public
talha March 9, 2021

Thanks for answering Mykhailo,
I like the DOM injection idea, but how could I implement it with flexmonster?

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster March 10, 2021

Hi,
 
Please note that the DOM injection suggestion is just a general idea – as of right now, we don't have and ready-to-use samples for such use cases.
 
We'd suggest looking up some guides on DOM injections in Angular. Here are a few examples we've stumbled upon that you could find helpful: 
 

 
We hope this helps.
 
Regards,
Mykhailo

Please login or Register to Submit Answer