class SimpleComponent {
}
var myClass = 'SimpleComponent';
bootstrapComponents.push(myClass); // Ensure that 'SimpleComponent' class is passed and not just a string.
Is there a way to transform a string value into a class object in typescript?