I have created a Angular 4 with dot net core application using visual studio template. I want to use datatables in my app and tried to follow steps using https://l-lin.github.io/angular-datatables/#/getting-started
But I received error as : ReferenceError: $ is not defined. I tried to use import * as $ from "jquery"; But did not work.
↧
How to use datatables in DotNet core Angualr 4 template (Without Angular cli)
↧