Is there a way to retrieve the HTML from a imported component in Ionic2/Angular2?
So, for example:
import {A} from '../../components/a/a';
console.log(A.html());
Something similar to this - obviously there is no html method attached to the component here but I'm after something similar.