djett41 / ionic-filter-bar

Filter Bar plugin for the Ionic Framework
MIT License
362 stars 112 forks source link

Ionic 2/Angular 2 support? #77

Open kentongray opened 8 years ago

kentongray commented 8 years ago

Hey I love this lib and am porting over one of my apps to angular 2. Just seeing if you have any thoughts to angular 2 support? If I can find some time I'll probably end up doing it myself (with a pull request of course!).

CarlosRoig commented 8 years ago

:+1: Please! Angular 2 Support!

kentongray commented 8 years ago

@CarlosRoig FYI I was able to make this work with straight up ionic2 http://ionicframework.com/docs/v2/components/#toolbar-searchbar

pdorney commented 8 years ago

@kentongray Do you have an example available for getting this working?

kentongray commented 8 years ago

@pdorney i do not have one handy but basically it was just hiding header content with *ngIf and replacing it with the toolbar. It isn't quite as nice as this project but for my needs I was able to hack it together