-
Notifications
You must be signed in to change notification settings - Fork 122
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
Restructure angular library #243
Restructure angular library #243
Conversation
Sorry to anyone who has to git-blame through this
Angular >=8 only supports LTS and up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request.
@magneticflux- can you change the base branch to release-v8
for easier maintaining the old and the new version?
projects/angular2-jsonapi/src/converters/json-model/json-model.converter.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@magneticflux- Great, thanks.
@safo6m #241 (comment)
Here's my refactoring attempt!
It includes the test for cyclic HasMany relationships, but it is ignored using
xit(...) { ... }
.I'll rebase my other PR on this when it's acceptable to you and merged, and re-enable it there to work on fixing the issue.
Also, if possible, you should enable Travis CI for this repository since it has a working.travis.yml
.Actually, I think it needs to be migrated to the
.com
domain from the old.org
domain; resources for that are here, here, and here.