UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

14 lines (8 loc) 206 B
declare var System:any; export class ComponentHelper { static LoadComponentAsync(typeName:string, path:string) { return System.import(path).then(c => c[typeName]); } }