Jean-Francois Cere
Jean-Francois Cere
@FirstVertex Out of curiosity, where do you see marked as a dependency as per version 15? https://unpkg.com/browse/[email protected]/package.json
Yeah no, the package.json for the published package is in the `lib` folder here: https://github.com/jfcere/ngx-markdown/blob/master/lib/package.json
Hi @mensand, I don't think this is related to the package, the ngx-markdown demo loads almost instantly on my Android with chrome mobile browser. The only delay that is visible...
Inline styling concerning the opacity transition has been removed and as suggested, CSS classes have been added to allow the customization of the position and transition on hover if desired....
I've tested the ngx-markdown demo on a Samsung S9 with Samsung Internet browser and did have a slow loading time that took approximately 8 seconds to display the get-started page....
Have you been able to resolve the issue with the proposed solution?
I would personally choose to expose a provide-function for global configuration of your library to be used in the `app.config.ts`. That way, you could use `provideMarkdown()` inside your provide-function. Same...
The provided solution should fix the problem, feel free to reply if you're still having issues.
@jogelin I had the same issue and fixed it by creating a new instance or the interceptor class to pass to the `InterceptorService.addInterceptor()` method. ```typescript export function interceptorFactory(xhrBackend: XHRBackend, requestOptions:...