Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 3bde238

Browse files
committed
Readme
1 parent af3b537 commit 3bde238

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
# Angular / GoJS - Basic OrgChart Editor
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.7.
3+
This project privides a basic example of using GoJS in an Angular app.
44

5-
## Development server
5+
When running the sample, click on a Node. An Inspector window appears. Changing values in the Inspector will update the Nodes. This is done through a top down application struture, where the top level App Component passes data to the Diagram and Inspector Components.
66

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
7+
## Installation
88

9-
## Code scaffolding
9+
Start by running npm install to install all necessary dependencies.
1010

11-
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`.
11+
## Development server
12+
13+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
1214

1315
## Build
1416

1517
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
1618

17-
## Running unit tests
18-
19-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20-
21-
## Running end-to-end tests
22-
23-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
24-
2519
## Further help
2620

21+
For more on GoJS, head to the [GoJS Website](https://gojs.net).
22+
2723
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)