Skip to content
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

implement AsyncPipe #98

Closed
Hotell opened this issue Jun 11, 2016 · 2 comments
Closed

implement AsyncPipe #98

Hotell opened this issue Jun 11, 2016 · 2 comments

Comments

@Hotell
Copy link
Member

Hotell commented Jun 11, 2016

For flawless integration with ngrx/store and Observable services async pipe can come handy, so you don't have to manually subscribe to store or Observable

https://angular.io/docs/ts/latest/api/common/index/AsyncPipe-class.html

@Hotell Hotell added this to the 2.0 milestone Jun 11, 2016
Hotell added a commit that referenced this issue Jun 14, 2016
@JamesHenry
Copy link
Member

Just scanning release notes today and thought I would log this before I forget...

They added the ability to provide an onError handler to the async pipe in RC2: angular/angular#7990

I think this will require moving the optional "scope" in your original implementation

@Hotell
Copy link
Member Author

Hotell commented Jun 16, 2016

thanks for the heads up! will do :)

@Hotell Hotell closed this as completed in ca7a84c Jun 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants