0.8.1 • Published 3 years ago

cytoscape-angular-project v0.8.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Cytoscape for Angular

Angular component for Cytoscape graphs. See demo.(https://cytoscape-angular.web.app)

To use, first create an angular application with the Angular CLI

Then import the CytoscapeGraphModule and use a element in a template, see the demo code in projects/cytoscape-angular-demo/src/app/app.component.ts.

Local build

ng build npm publish ng build cytoscape-angular-demo

This project was generated with Angular CLI version 9.1.0. Using the commands:

ng new cytoscape-angular-project --create-application=false -s -t -p mf

ng generate application cytoscape-angular-demo

ng generate library cytoscape-angular

Development server

Run npm run serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.

Deploy library to npm

npm run publish

Deploy demo to firebase

npm run firebase:deploy

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.