Skip to content

rihemebh/angular-flowchart-editor

Repository files navigation

Flowchart Editor

Flowchart editor implemented using Angular.

PS : This repo is open for any contribution :))

How to test it ?

  • clone the repository
  • npm install
  • ng serve

or Click Here

Create your first flowchart:

  • When you click on the needed shape it appears in the box.
  • You can drag shapes wherever you want.
  • To create an edge between two shapes you need to double click on them.
  • To modify the text inside the shape you need to double click on it then click on the edit icon above.
  • To add text to the edge you need to double click on it.
  • To delete a shape you need to double click on it then click on the delete icon.

Please report an issue if you face any problem