angular-cytoscape-schematics
v1.0.14
Published
An Angular schematics to setup the Cytoscape for the empty Angular project.
Downloads
16
Maintainers
Readme
angular-cytoscape-schematics
An Angular schematics command to setup the Cytoscape for the empty Angular project automatically.
Compatability
- Angular ~13.0.3
- typescript ~4.4.2
Usage
1. Create a new Angular application
ng new my-app
2. Install Angular schematics-cli
npm install -g @angular/cli
3. Create an empty Angular project
- Choose adding the
routing module
, - Choose using
SCSS
ng new my-app
4. Run the following schematics in an Empty Angular project
cd my-app
ng add angular-cytoscape-schematics
5. Execute the application
npm start
6. Open the browser and visit the following URL.
http://localhost:4200
http://localhost:4200/workflow