Giter VIP home page Giter VIP logo

Comments (8)

b4rtaz avatar b4rtaz commented on May 16, 2024

I need to check that the sequential-workflow-designer-angular package can work with Angular 12. Meanwhile you have 2 options:

  1. You may copy all files from the Angular package directly into your project (maybe it will work), and use the local version of the component,
  2. You can use the base package (sequential-workflow-designer): tutorial.

from sequential-workflow-designer.

raBot1994 avatar raBot1994 commented on May 16, 2024

@b4rtaz - Thanks a ton. Trying out the first approach, will update.

from sequential-workflow-designer.

raBot1994 avatar raBot1994 commented on May 16, 2024

@b4rtaz is there a way to put in a run / save button to my template file? I don't see it as a property of the base component. Im looking for something similar that you've done in simpleFlow.js

from sequential-workflow-designer.

b4rtaz avatar b4rtaz commented on May 16, 2024

is there a way to put in a run / save button to my template file?

This is not a responsibility of the designer. You need to track changes independently and save the last version to a variable etc. You can do it by:

designer.onDefinitionChanged.subscribe((newDefinition) => { /* ... */ });

The angular component has a dedicated output for that:

<sqd-designer
  ...
  (onDefinitionChanged)="onDefinitionChanged($event)">

from sequential-workflow-designer.

raBot1994 avatar raBot1994 commented on May 16, 2024

Understood. Thank you for the explanation, much appreciated!

from sequential-workflow-designer.

raBot1994 avatar raBot1994 commented on May 16, 2024

@b4rtaz do we also have a way to modify the icons of the control-bar , by any chance ? I would like to use different svg icons here. Is that doable?

from sequential-workflow-designer.

b4rtaz avatar b4rtaz commented on May 16, 2024

@raBot1994 you can create your own control bar: https://nocode-js.com/docs/sequential-workflow-designer/features/external-control-bar (this feature is available in the pro version).

from sequential-workflow-designer.

b4rtaz avatar b4rtaz commented on May 16, 2024

Hi @raBot1994! Please check the 0.9.2 version. It should support Angular 12.

from sequential-workflow-designer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.