-
Notifications
You must be signed in to change notification settings - Fork 875
Conversation
Avoid the global import of the whole rxjs lib, when we only need the Observable and keep it consistent throughout the whole tutorial
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
1 similar comment
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! :-) 2016-10-17 9:35 GMT+02:00 googlebot notifications@github.com:
Met vriendelijke groeten,
M: +32 (0)473 95.04.16 Webtrix | Online maatwerk, onze specialiteit! |
CLAs look good, thanks! |
1 similar comment
CLAs look good, thanks! |
While we agree in principle, we have been on the fence about this for the tutorial. We can't just change the code. We'd have to change the prose at the same time. We'd be more interested in this PR if you updated with revised guidance. |
Just got a problem because
|
Triggered by angular#2620 which it closes.
@Webtrix My apologies. Upon further review, the original line was always wrong and your fix was correct. Should have been @e-hein The import of the map operator shouldn't have been necessary because of the However, we're not going to promote the See follow up PR #3075, which closes this one. |
Triggered by #2620 which it closes.
Triggered by angular#2620 which it closes.
Avoid the global import of the whole rxjs lib, when we only need the Observable and keep it consistent throughout the whole tutorial