In angular 1 what we can do is
var elem = document.getElementById('#someid');
$compile(elem)($scope);
and this works like charm. But i'm unable to find equivalent of above in angular 2. I'm really stuck.
To give you overview, i m using a library handsontable which is a javascript library and adds different elements to dom. Now i have element out of angular scope which i now want to include in angular scope