1.1.14 • Published 2 years ago

@gsp-wf/ui-flowchart v1.1.14

Weekly downloads
1
License
-
Repository
-
Last release
2 years ago

工作流查看流程图组件

import { UiFlowchartModule } from '@gsp-wf/ui-flowchart';
import { Component } from '@angular/core';

@Component({
  selector: 'wf-flowchart',
  templateUrl: './task-flowchart.component.html',
  styleUrls: ['./task-flowchart.component.css']
})
export class UIFlowchartComponent {
    private taskId: string;
    @Input()
    set workItemId(workItemId: string) {
        this.taskId = workItemId;
        this.viewFlowChart();
        this.viewBizLogs();
    }
    get workItemId() {
        return this.taskId;
    }
}

This library was generated with Angular CLI version 7.2.0.

Code scaffolding

Run ng generate component component-name --project ui-flowchart to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ui-flowchart.

Note: Don't forget to add --project ui-flowchart or else it will be added to the default project in your angular.json file.

Build

Run ng build ui-flowchart to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ui-flowchart, go to the dist folder cd dist/ui-flowchart and run npm publish.

Running unit tests

Run ng test ui-flowchart to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

1.1.14

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.13

2 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago