I'm trying to build a "Universal" application. I'm assuming the best way to determine which classes are in the core library and hence shared, is by looking for it's existence in the packages/core/src directory of the distribution. Is this correct?
In the future would it be possible to get this information from the documentation?
Thanks