I have installed angular 6 with foundation but I am getting an error with JQuery.
Uncaught syntaxerror: unexpected identifier ReferenceError: $ is not defined
In my component, i have
declare var $:any
onNgInit () {
$(document).foundation()
}
I have all imports in my angular.json
scripts : [
"node_modules/jquery/dist/jquery.js"
]
I have tried everything I found on the internet but still facing the same error. Also to add this used to work when I was working with Angular 4