Rete-Angular

所属分类:代码编辑器
开发工具:TypeScript
文件大小:111KB
下载次数:0
上传日期:2019-03-05 09:52:12
上 传 者sh-1993
说明:  使用ReteJS进行可视化编程和创建节点编辑器的示例
(example for visual programming and creating node editor with ReteJS)

文件列表:
angular.json (2611, 2019-03-05)
e2e (0, 2019-03-05)
e2e\app.e2e-spec.ts (290, 2019-03-05)
e2e\app.po.ts (208, 2019-03-05)
e2e\tsconfig.e2e.json (235, 2019-03-05)
karma.conf.js (923, 2019-03-05)
package-lock.json (384083, 2019-03-05)
package.json (1556, 2019-03-05)
protractor.conf.js (722, 2019-03-05)
src (0, 2019-03-05)
src\app (0, 2019-03-05)
src\app\app.component.css (8, 2019-03-05)
src\app\app.component.html (22, 2019-03-05)
src\app\app.component.spec.ts (986, 2019-03-05)
src\app\app.component.ts (210, 2019-03-05)
src\app\app.module.ts (389, 2019-03-05)
src\app\rete (0, 2019-03-05)
src\app\rete\components (0, 2019-03-05)
src\app\rete\components\add-component.ts (1169, 2019-03-05)
src\app\rete\components\number-component.ts (468, 2019-03-05)
src\app\rete\controls (0, 2019-03-05)
src\app\rete\controls\number-control.ts (949, 2019-03-05)
src\app\rete\rete.component.css (90, 2019-03-05)
src\app\rete\rete.component.ts (1967, 2019-03-05)
src\app\rete\sockets.ts (85, 2019-03-05)
src\app\rete\tsconfig.json (87, 2019-03-05)
src\environments (0, 2019-03-05)
src\environments\environment.prod.ts (51, 2019-03-05)
src\environments\environment.ts (387, 2019-03-05)
src\favicon.ico (5430, 2019-03-05)
src\index.html (294, 2019-03-05)
src\main.ts (370, 2019-03-05)
src\polyfills.ts (2429, 2019-03-05)
src\styles.css (64, 2019-03-05)
src\test.ts (1085, 2019-03-05)
src\tsconfig.app.json (246, 2019-03-05)
src\tsconfig.spec.json (304, 2019-03-05)
src\typings.d.ts (186, 2019-03-05)
... ...

# D3NE with Angular4 This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.0. ## What's added 1. Installed library ```bash npm install --save d3-node-editor ``` 2. Added folder with d3ne component ``` src/app/d3ne ``` 3. app.module.ts ``` import { D3NEComponent } from './d3ne/d3ne.component' ``` 4. `` inside `app.component.html` ## Development server 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. ## Code scaffolding 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`. ## Build 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. ## Running unit tests Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). ## Further help 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).

近期下载者

相关文件


收藏者