-
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: native rxjs debounce for typeahead component #91
Conversation
@@ -6,6 +6,8 @@ import { | |||
} from 'angular2/core'; | |||
import {NgModel}from 'angular2/common'; | |||
|
|||
import * as Rx from 'rxjs'; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@buchslava please update demo page first |
@buchslava can you please check this issues too https://github.com/valor-software/ng2-bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+typeahead |
@@ -112,4 +113,4 @@ export class Demo { | |||
private isBs3:boolean = Ng2BootstrapConfig.theme === Ng2BootstrapTheme.BS3; | |||
} | |||
|
|||
bootstrap(Demo); | |||
bootstrap(Demo, [TypeaheadEventBus]); |
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 comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -0,0 +1,15 @@ | |||
import {Injectable} from 'angular2/core'; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
No description provided.