I'm trying to upgrade my project, and it can't find the "ej" namespace. I've tried again with a brand new project to test this, and it still happens (see attached zip file).
To create this project, I followed these steps:
Then I added the types:
npm install --save-dev @types/ej.web.all
and also added the types to tsconfig.json.
After doing the above, I've added "gridData: ej.DataManager;" to the home.component.ts. This is to simulate the usage that I have in my real application...
Visual Studio Code can find it, and if I F5 on "ej" it takes me to the type definition correctly.
Unfortunately, it can't find it when I try to build with "dotnet run"...
Do you know how I can fix this?
Thanks,
Dan
Attachment:
SyncFusionTest_344ca3f9.zip