runette / ngx-leaflet-fullscreen

Angular wrapper for the leaflet-fullscreen control
MIT License
6 stars 1 forks source link

Errors #14

Closed ojasjain24 closed 7 months ago

ojasjain24 commented 7 months ago

I am using this library for one of the angular application, and getting the following errors:

image
runette commented 7 months ago

This is usually caused by not referenceing the type file as shown in the readme.

This line needs to be at the top of the .ts

/// <reference types='@runette/leaflet-fullscreen' />