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

feat: implement libavoid example in angular #14

Open
wants to merge 3 commits into
base: angular-libavoid
Choose a base branch
from

Conversation

zbynekstara
Copy link

@zbynekstara zbynekstara commented Oct 20, 2024

Implements JointJS's libavoid example in Angular, using the main branch of joint-plus-tutorial-angular as a base.

Uses this guide for reference.

src/app/app.component.ts Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe better to call this AvoidRouterLoader because it is not used anywere except in the initializer. And you don't need to depend on it in appComponent if you are not using it, I believe.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep the name with the word "Service" since that is what is used in all the tutorials and hopefully it makes it clear that other libraries (which may need to call the service in the component) can be used in this way

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.

2 participants