You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.
Basically, you first need to specify that the components particle extends the core particle, you can do that by specifying the override option in the particle.json of components. Then, you need to inject from components/c1/routes a reference to the overridden module, in your case c1/routes which Scatter will resolve to core/c1/routes. Next, augment the original object with your extensions. Please notice that, for obvious reasons, this mechanism works only if the extending module is a factory and receives the extended module as an argument.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi it's possible to extends functionality from a file in one folder to other?. For example:
We have this structure:
core/c1/routes.js:
components/c1/routes.js:
At the end i want to get this module:
Should i write something in particles? Or Scatter control that?
Thanks and best regards
The text was updated successfully, but these errors were encountered: