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

Update tsconfig and package for Angular 13 #1727

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PhilFlash
Copy link
Contributor

What kind of change does this PR introduce? (check one with "x")

What is the current behavior? (You can also link to an open issue here)
#1688 when compile an application in angular 13 with ngx-charts

What is the new behavior?
No warning with this pr.
Suppress cloneDeep in lib/box-chart/box.component.ts and use new method to clone a LineCoordinates
(array of 4 Vector2D)

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

  • Update d3 package and some other packages (ngx-moment for angular 13)

tsconfig.lib.prod.json: add "compilationMode": "partial" (for angular 13)
box.component.ts: delete cloneDeep and use simple code to clone LineCoordinates (array of 4 Vector2D)
package.json (in projets): add @types/d3 to peerDependencies
@Heatmanofurioso
Copy link

Any possible ETA on this PR being merged?

@blogcraft
Copy link

Will this be merged at all? I'm getting sad that this library isn't getting the attention that it needs.

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