GoJS with Angular: Basic OrgChart Editor Example

Поделиться
HTML-код
  • Опубликовано: 9 июл 2024
  • Link to full code: github.com/NorthwoodsSoftware...
    Subscribe for more videos!
    Missed the Beginners series? Get caught up here: www.youtube.com/watch?v=7cfHF...
    Visit our website gojs.net/latest/index.html for over 200 interactive JavaScript sample applications, as well as extensive documentation and tutorial pages.
    Register for a free, fully-featured evaluation of GoJS and gain access to our forum and developer-to-developer support.
    Resources:
    Evaluation Registration: www.nwoods.com/products/regis...
    Learn: gojs.net/latest/learn/index.html
    Samples Library: gojs.net/latest/samples/index...
    Introduction: gojs.net/latest/intro/index.html
    Pricing Information: www.nwoods.com/sales/index.html
    Questions? Contact us.
    Email: gosales@nwoods.com
    Web: www.nwoods.com/contact.html
    Phone: (603) 886-5780 x 117
    GoJS is developed by Northwoods Software Corporation. Northwoods was founded in 1995 by a group of engineers with a shared vision for providing superior graphical user interfaces. We have grown to become a world-class supplier of interactive diagram components and class libraries across a variety of platforms. We are a company created by engineers for engineers. We pride ourselves on quality software design and excellent developer-to-developer technical support.
  • НаукаНаука

Комментарии • 4

  • @Arphael
    @Arphael 4 года назад +1

    Thank you! Can you help me with how to avoid GoJS to trigger Angular change detection while hovering a diagram div element?

    • @gojshtml5canvas
      @gojshtml5canvas  4 года назад

      Hello! Assign your diagram's div within an NgZone runOutsideAngular call. (Read more here: angular.io/api/core/NgZone#runoutsideangular)
      For more support, check out our forum: forum.nwoods.com/

  • @marcoandrade5502
    @marcoandrade5502 4 года назад

    Thank you. What is the command you use to install gojs?

    • @gojshtml5canvas
      @gojshtml5canvas  4 года назад

      In an Angular environment, the best way is to use the command 'npm install gojs'