Anaki
Results
2
issues of
Anaki
Hi, I've been looking to find a way to use mapbox plugins, specifically mapbox-gl-rtl-text. I've been thinking we could use it in NgxMapboxGLModule.withConfig but that is not supported.
im using Angular version 16, ``` "ngx-mapbox-gl": "^10.0.0", "@types/mapbox-gl": "^2.7.15", "mapbox-gl": "^2.15.0", ``` im initing the map module this way: ``` import mapboxgl from 'mapbox-gl'; NgxMapboxGLModule.withConfig({ accessToken: 'XXXXXXXXX' }), ```...