The $ does not work (ionic 4)

Hello everyone, i’m using epubjs, since i want to modify an epub i’m trying to modify it with
var html = $(“iframe”).contents().find(“body”);

but when I do console.log(html); this return me ERROR ReferenceError: $ is not defined
does anyone got a solution?