Skip to content

Commit

Permalink
Fix wrong typename
Browse files Browse the repository at this point in the history
  • Loading branch information
BergkampHUN authored and Wykks committed Nov 22, 2022
1 parent 302a1c3 commit a0d968a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ngx-mapbox-gl/src/lib/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class MapComponent
@Input() bounds?: MapboxOptions['bounds']; // Use fitBounds for dynamic input
@Input() antialias?: MapboxOptions['antialias'];
@Input() locale?: MapboxOptions['locale'];
@Input() cooperativeGestures?: MapOptions['cooperativeGestures'];
@Input() cooperativeGestures?: MapboxOptions['cooperativeGestures'];

/* Dynamic inputs */
@Input() minZoom?: MapboxOptions['minZoom'];
Expand Down

0 comments on commit a0d968a

Please sign in to comment.