-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated: rxjs for typeahead component #99
Conversation
Any progress with that? |
yeap, will be published |
Any news on this PR ? |
@@ -6,13 +6,13 @@ import { | |||
} from 'angular2/core'; | |||
import {NgModel}from 'angular2/common'; | |||
|
|||
import {Observable, Subject} from 'rxjs/Rx'; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
this one most probably will not be merged |
RxJS is in my opinion the way to go. If the async typeahead is used, the searching will mostly use http and this returns an Observable. Observables support a ton of very useful operators that can be used in the components. |
@valorkin Why would it require extra configuration? if we import the operators distinctUntilChanged and debounceTime, they will be included, and the end user doesn't need to know about them. |
ok, need to try :) |
@valorkin If you need a new pull request that works with rc.1, you can inform me. I will hopefuly have some time this weekend. |
Right now I am fighting with modals |
@valorkin Work is in progress. This will need some time to test all the stuff. As soon that I'm finished, I will open a new PR. |
@Dinistro awesome! I will try to finish modals today\tomorrow |
@valorkin Happy birthday ;) |
I can give you write access so you can create a branch On Mon, May 23, 2016, 12:24 Christian Ulmann notifications@github.com
|
@Dinistro welcome to ng2 team :) |
This was merged in another PR: #584 |
No description provided.