1.0.14 • Published 7 months ago

angular-cytoscape-schematics v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago