1.0.14 • Published 2 years ago

angular-cytoscape-schematics v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

angular-cytoscape-schematics

An Angular schematics command to setup the Cytoscape for the empty Angular project automatically.

demo

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

References

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago