Viktor Sanzharevskiy

Results 2 comments of Viktor Sanzharevskiy

It works for Angular 5. All you need is to add this html to your app.component.html `` This template will not show any Toasty message on app component loaded untill...

I have different types of markers, so init them in this way: ``` javascript ... var labelClass = 'some_class_name'; var labelHTML = ''; var marker = new Marker({ map: appMap,...