isotope
isotope copied to clipboard
multiple filter functions with angular 7
I am trying to do a multiple function filters for an angular project following this code:
https://codepen.io/anon/pen/MMaRyB?editors=1011
but i am having trouble at line 36 with .is function (ERROR TypeError: i.is is not a function) I am guessing its jquery function. Is there any equal on vanilla / typescript to replace it?
Sorry, I am not an Angular expert. Maybe someone else can chime in with a solution.