Skip to content

rihemebh/angular-flowchart-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rihemebh
Sep 14, 2022
ca2ad01 · Sep 14, 2022

History

8 Commits
Sep 1, 2022
Sep 14, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 14, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022

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