https://github.com/clientio/joint-plus-tutorial-angular
JointJS+ Tutorial Angular 12
https://github.com/clientio/joint-plus-tutorial-angular
angular jointjs
Last synced: 3 months ago
JSON representation
JointJS+ Tutorial Angular 12
- Host: GitHub
- URL: https://github.com/clientio/joint-plus-tutorial-angular
- Owner: clientIO
- Created: 2021-08-09T15:27:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:07:20.000Z (12 months ago)
- Last Synced: 2025-03-24T03:53:09.673Z (10 months ago)
- Topics: angular, jointjs
- Language: TypeScript
- Homepage: https://resources.jointjs.com/tutorial/angular
- Size: 150 KB
- Stars: 2
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joint-plus-tutorial-angular
This git repository is intended for instructional purposes. It is the source code that accompanies a JointJS+ blog post "Integration with Angular" which can be found [here](https://resources.jointjs.com/tutorial/angular).
### Prerequisites
To run the following code, you will need a [JointJS+ license](https://www.jointjs.com/license) that comes with the JointJS+ installable package file `joint-plus.tgz`.
### Dependencies
Make sure you have the following dependencies installed on your system:
- [Node.js](https://nodejs.org/en/)
- git
#### Setup
Clone this repository.
```
git clone git@github.com:clientIO/joint-plus-tutorial-angular.git
```
Change into the `joint-plus-tutorial-angular` directory.
```
cd joint-plus-tutorial-angular
```
For this tutorial, you need to place your own `joint-plus.tgz` file in the root directory.
When that is completed, you can install the dependencies.
```
npm install
```
Your demo is now ready to start.
```
npm start
```
You should be able to view the demo at `http://localhost:4200`.