Cytoscape with Angular 13

357 views Asked by At

I am a big fan of the cytoscape.js chart and I almost used so many types of the cytoscape.js chart without angular or react. Now I am trying to find out a working git repo that cytoscape.js chart with the angular 13 version. I also got a git repo from the official cytoscape.js website, but it's not working properly. Seems the cytoscape.js developers are not concentrated on the angular wrapper. Any one have any idea about this?

1

There are 1 answers

0
MGX On

You don't need a package to use it.

npm i cytoscape
npm i -D @types/cytoscape

This will install the library and the typings for it.

You can use

import { whatever } from 'cytoscape';