hi, Let's say i am creating a component B which inherits from component A, which is in a library , i have no access.
public abstract class B extends A {
....
}
i change some methods in B etc. Now my question. In the component A there are
many assets declared in .jwc
How can i use these assets without copying them in my component ?
thanks
gant
