Bruno Caldas

Results 5 comments of Bruno Caldas

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

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

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

I've got the same probleam. Any solution?

My coworker has solved the probleam. You need create a Typescript file (.ts) named **index.ts** inside the _\node_modules\ng2-typeahead_ directory and put this content inside: export \* from './src/ng2-typeahead'; it works...