In my Angular2 project, I'm utilizing ng2-select2 and I am looking to customize the style by adjusting properties such as width, height, border-radius, font-weight, font-size, ... Unfortunately, I have been unable to achieve this.
This is what my Html code looks like:
<select2 [data]="exampleData"></select2>
I attempted to add class and id attributes to my select2 element, but it did not yield any results. Are there any suggestions on how I can achieve this?