Massimiliano Mantovani

Results 5 issues of Massimiliano Mantovani

I have a ts project with webpack. I have installed the package with npm: `npm i @tarekraafat/autocomplete.js.` I have add the library in my file: `import { autoComplete } from...

bug

The component do not move next/prev image on Angular 9 html template `` The event 'arrowClick' is triggered but the images do not move

Hi, I'm using angular2-useful-swiper on Angular 9 but I have a problem. If I use angular2-useful-swiperwith ngIf it doesn't work correctly. `` on init my variable is equal to TRUE....

Hi all, I receive this error after addMarker. I'am looking for a fix but I don't find it. Can anyone help me?

Hi all, I am try to use a private class feature like this: ``` export default class className { readonly #MAP_CLASSES = { google: GoogleMap, osm: OsmMap, kakao: KakaoMap, baidu:...