I'm trying to follow a simple example on your web site but I'm getting the error 'igregisterscript is not defined'. What am I doing wrong?
js file:
igRegisterScript("WebGridIsCurrentCellTemplate", (ctx) => {
var html = window.igTemplating.html;
return html`<div>AAA</div>`;
}, false);
The issue was that the line that this line in _Hosts.chtml
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>