Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Angular upgrade to v10 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ziacik
Copy link

@ziacik ziacik commented Jul 16, 2020

Hi. This is an upgrade to latest Angular 10. Some changes had to be done besides automatic migrations:

  1. Removed HttpModule import which was deprecated.
  2. Updated graph component template to use public options property instead of private (didn't compile otherwise).
  3. In Link, changed source and target declaration to just Node. Otherwise the link-visual component which uses link.source.x wouldn't compile. It's not quite right as the source and target props are still initialized with numbers, didn't find another way though and everything compiles and works, so...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant