You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Issue 1: Not able to use this library properly with Angular. As you can see in the stackblitz, correct HTML is getting formed but diagram 1 is not generated.
Issue 2: Diagram 2 is getting generated but incorrect (see screenshot below)
To Reproduce
This is not reproducable in stackblitz. Clone this project and run this on your local computer.
Additional context
I have also tried to write import * as mermaid from 'mermaid';
instead of import mermaid from 'mermaid';
but this is not working as well.
Please suggest.
The text was updated successfully, but these errors were encountered:
arora-kushal
changed the title
Not able to run this in Angular 7
Not able to use this properly in Angular 7
Oct 7, 2019
arora-kushal
changed the title
Not able to use this properly in Angular 7
Issue with ngx-markdown in Angular 7 along with ngx-markdown
Oct 7, 2019
arora-kushal
changed the title
Issue with ngx-markdown in Angular 7 along with ngx-markdown
Not able to use mermaid properly in Angular 7 along with ngx-markdown
Oct 7, 2019
Describe the bug
Issue 1: Not able to use this library properly with Angular. As you can see in the stackblitz, correct HTML is getting formed but diagram 1 is not generated.
Issue 2: Diagram 2 is getting generated but incorrect (see screenshot below)
To Reproduce
This is not reproducable in stackblitz. Clone this project and run this on your local computer.
Steps to reproduce the behavior:
Expected behavior
Diagrams should be visible but only mermaid text is visible.
Screenshots
![image](https://user-images.githubusercontent.com/8510977/66318750-85e07c00-e939-11e9-8925-8eecbef983f8.png)
Expected Diagram:
https://mermaidjs.github.io/#/sequenceDiagram
Output Diagram:
Additional context
I have also tried to write
import * as mermaid from 'mermaid';
instead of
import mermaid from 'mermaid';
but this is not working as well.
Please suggest.
The text was updated successfully, but these errors were encountered: