Hi I am in .net core 5 and I am having issues the ejs are showing black no error is presented to the console.
I have the dll installed as should be.
In my header I have
@* Syncfusion Essential JS 2 Styles *@
<link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/material.css" />
@* Syncfusion Essential JS 2 Scripts *@
<script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js"></script>
In my footer I have.
</script>
@await RenderSectionAsync("Scripts", required: false)
<ejs-scripts></ejs-scripts>
But when I look at the page it not outputting any JavaScript between the tags. I added the
@addTagHelper *, Syncfusion.EJ2
As instructed by the docs but still I am presented with
My Code here