joebrinkman-earnin / ng2-typeahead

Autocomplete component for Angular 2
MIT License
32 stars 21 forks source link

How can i customize the style? I've already tried the mycomponent.component.css file and nothing. #23

Open BCaldas opened 7 years ago

finzaiko commented 7 years ago

I have same problem.

meetmicah commented 7 years ago

I also have this problem. Any luck, @finzaiko or @BCaldas ?

BCaldas commented 7 years ago

@meetmicah sadly, nothing here =(. We solved this probleam editing the component css and versioning it on our repository.

BCaldas commented 7 years ago

It seems be the only way, since third-party components css always ovewrite yours component css.

finzaiko commented 7 years ago

I inspect and overwrite the css.

BCaldas commented 7 years ago

@finzaiko how r u doing it? I tried so much with no success. Can u show me a example?

AliObaji commented 7 years ago

Has anyone tried ng-style ?