Skip to content
Discussion options

You must be logged in to vote

Hi!

You can access src/charts/helpers/math.ts from src/charts/components/bar/component.ts. You can also access src/charts/helpers#drawing/bar-chart.ts, for an example

The restriction applies only to access in child groups to resources of parent groups. For example, in src/charts/helpers#drawing you cannot access src/charts/helpers/math.ts

But it is possible to move math.ts to the @shared meta group and access src/charts/helpers@shared/math.ts in both src/charts/helpers/window.ts and src/charts/helpers#drawing/bar-chart.ts

If you have any questions, I'll be happy to help! Thanks for the feedback!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by austrokhart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants