When loading from cache in Angular (nativescript-angular-6.2.0) the image isn't respecting the width/height values set either directly in attributes (e.g. width="270"/width="80%") or via the CSS equivalents.
However, this works fine when the cache initially doesn't contain the image.
It's as if there is some callback that's being skipped after the image has been loaded from the cache.