-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs(aio): update ToH for CLI #19811
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
Conversation
You can preview e45926b at https://pr19811-e45926b.ngbuilds.io/. |
e45926b
to
9de6a6a
Compare
You can preview 9de6a6a at https://pr19811-9de6a6a.ngbuilds.io/. |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
You can preview 88ff3bf at https://pr19811-88ff3bf.ngbuilds.io/. |
You can preview bc3d17d at https://pr19811-bc3d17d.ngbuilds.io/. |
You can preview 8627274 at https://pr19811-8627274.ngbuilds.io/. |
0de98f9
to
fb5b4a9
Compare
You can preview fb5b4a9 at https://pr19811-fb5b4a9.ngbuilds.io/. |
You can preview 6e8784f at https://pr19811-6e8784f.ngbuilds.io/. |
You can preview 8dbfb1b at https://pr19811-8dbfb1b.ngbuilds.io/. |
You can preview 93c0096 at https://pr19811-93c0096.ngbuilds.io/. |
You can preview cc444b5 at https://pr19811-cc444b5.ngbuilds.io/. |
You can preview ae23674 at https://pr19811-ae23674.ngbuilds.io/. |
You can preview d302883 at https://pr19811-d302883.ngbuilds.io/. |
You can preview d1db616 at https://pr19811-d1db616.ngbuilds.io/. |
fd8e1b6
to
09d23aa
Compare
Ok I see! |
|
ok thx |
|
That is explained in the text. |
Oups! Missed that! Sorry |
Alright I'm done with the Tutorial! Yeah! One final note that I had regarding the last section (HTTP), compared to the previous ones, it looked more like Test Driven Development. I mean that, in the previous sections, we built components and then we included them somewhere. In the last section, we include stuff that don't exist yet, so the IDE throws error, and finally when everything is done, no more errors. Just like TDD. Anyway, thanks a lot for this great Tutorial guys! |
Thank you for your most generous and thorough review. I've addressed your concerns as best I can with most recent commit in the following ways.
I would like to do something about the fact that the app keeps failing while you're building it. You suggested that creating the components first would alleviate the problem. I don't think so. Adding methods to the components that refer to services that don't exist yet leaves the app broken. Jumping between component and service and back again might stop some of the breakage but not all of it and I think it would be more confusing ... certainly more confusing for someone just reading the tutorial. Therefore, having no good answer, I'm leaving it as is for now. Thanks again! |
You can preview 1945781 at https://pr19811-1945781.ngbuilds.io/. |
I am quite amazed to see the reactivity of the Angular community! |
You can preview 67e950b at https://pr19811-67e950b.ngbuilds.io/. |
I'm having the same error that Nicolas mentioned on nov 4 above, but I don't see a resolution of that. The addHero method results in TSLint complaining of a "Shadowed name: hero" for the declaration in "tap". I changed the variable name and its all fine now. |
@mhevery Would you do me a favor and take a look at the comment above from a few days ago. The recommended change of variable name has not been made to the current released TOH. Q1: Can you reproduce/verify the problem described in that comment? Or should I ask someone else (@kapunahelewong?)? Thanks. |
I can't reproduce the problem |
This error that @aaaaarrrgghhh mentioned sounds like it's a variable that is inadvertently declared twice. Might that be the case, @aaaaarrrgghhh? (I'm guessing as I haven't had this error before.) @jenniferfell This would be a good candidate for a new issue if @aaaaarrrgghhh can't find the cause for the error. I can't replicate the issue on my end. Everything works as expected for me. |
Yes, I think the variable name 'hero' is defined twice in the method |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Ready to go