how to import html-content.html into my code?
in my constructor I write
$.get('/src/html-content.html', function(data) {
console.log(data);
});
which results into an xhr to https://app.powerbi.com/src/html-content.html
thanks
how to import html-content.html into my code?
in my constructor I write
$.get('/src/html-content.html', function(data) {
console.log(data);
});
which results into an xhr to https://app.powerbi.com/src/html-content.html
thanks