The current style input of the MapComponent is conflicting with the native HTML style attribute and also triggering false positives with the @angular-eslint/template/no-inline-styles ESLint rule.
To avoid these conflicts, would it be possible to introduce an alternative input name, such as mapStyle? The original input name could be preserved for backwards compatibility.
I also created an issue in the ngx-mapbox-gl repository some time ago.