Love this guy energy. Well ... i failed a lot, but suddently it worked!. I do a lot of program on VB and python but this is new for me... i don't feel anything while doing stuff, it´s just like "yeah... this is how". But the "i´m proud of yourself" even tho its so cliche, it really made me smile this time. Thanks
For any newbies struggling with this, cloning the repo did not work for me and I have no idea why. If you try to `ng serve` from that point it won't work. My advice is to also have the official Angular docs open which has a Getting Started/Setup section. It will instruct you to type `ng new my-app`. Change my-app to homes-app and you're good to go. I needed a quick refresher to Angular and was scratching my head as to why they didn't do the totally blank new project route, which is part of a regular workflow?
@@emipiz2663 Yeah that was my first thought, but the repo was still just empty - it was so weird. I cloned it twice, installed the dependencies, and the only thing in the folder was the License. Which in hindsight if it only had the License then what dependency instructions are there? I ended up just doing it from scratch the way I knew so it worked out.
This is failing at every step, it is failing at ng serve - An unhandled exception occurred: Cannot find module 'C:\Projects\Angular-test\homes-app ode_modules\function-bind\index'. Please verify that the package.json has a valid "main" entry
Es un reto para mi aprender Angular, porque aparte de que está en ingles que tambien estoy aprendiendo, este Framework es nuevo para mi. Muchas gracias por la explicación. Estoy siendo muy profesional creando aplicaciones web con Angular.
can confirm I had to change node version and Anglular version and run ""npm install --save --legacy-peer-deps"" just to run it and it did not say hello world!
@@Angular Ok, so my question went unanswered and now I'm learning Blazor instead, which already feels like a much better* product and with much better learning support. * better product because it: - feels like it is 'complete', rather than 'unfinished' - doesn't appear to have added major features as if they were afterthoughts - has way more capabilities - server side rendering built-in, web assembly, can create mobile apps with maui I cannot believe I'm bigging up a microsoft product over a google product. The world has turned on its head, but if that's the way it is now, I'm going with it.
I'm trying to walk through this tutorial using Angular 16 (current) but npm install is failing with angular-in-memory-web-api@0.15.0 (could not resolve dependency)
Same problem, and when I googled for the error, google showed me results for REACT. It's as if Microsoft and Google have swapped roles in the last few years. Shame.
After the install, I'm getting "critical vulnerabilities". Running "npm audit fix" and "npm audit fix --force" actually increased the number of "ciritcal vulnerabilities". Does anybody have a procedure to install a clean / safe environement ?
Just a note... you mentioned the Angular Language Service just before mentioning you'd include all links in the description, but you didn't include a link to Angular Language Service.
43 vulnerabilities (2 low, 8 moderate, 23 high, 10 critical) To address all issues (including breaking changes), run: npm audit fix --force still doesn't work and I am using lts version of node
Probably due to this video is in context of Angular 15 and when I installed Angular as latest, it gave me version 16. Why put out a video on 15 when 16 is now your latest?
@@alan- yeah it can be a bad first impression, they can either specify installing a specific version or mention that if you npm install the project it's possible that some vulnerabilities arise, and that's a completely normal thing.
Just to let everybody know: this is just another Bad tutorial with lots of Error messages with no support that will drive you mad. Now that you are aware of that, rock on dude. If anyone knows about some GOOD tutorial beginner friendly we could be following, let us know.
there is a lot of skipping forward in this course. Try to be more concise. I don't need to be advised to take a break etc. Just deliver the info and I will decide when I need to stop.
Watch more episodes of Learning Angular → goo.gle/Learning-Angular
Love this guy energy. Well ... i failed a lot, but suddently it worked!. I do a lot of program on VB and python but this is new for me... i don't feel anything while doing stuff, it´s just like "yeah... this is how". But the "i´m proud of yourself" even tho its so cliche, it really made me smile this time. Thanks
I really love your energy !
Love this guy, very positive, almost Angela Yu level of teaching level./
Thank you!!!
For any newbies struggling with this, cloning the repo did not work for me and I have no idea why. If you try to `ng serve` from that point it won't work. My advice is to also have the official Angular docs open which has a Getting Started/Setup section. It will instruct you to type `ng new my-app`. Change my-app to homes-app and you're good to go. I needed a quick refresher to Angular and was scratching my head as to why they didn't do the totally blank new project route, which is part of a regular workflow?
Did you installa the dependencies after cloning the repo?
@@emipiz2663 Yeah that was my first thought, but the repo was still just empty - it was so weird. I cloned it twice, installed the dependencies, and the only thing in the folder was the License. Which in hindsight if it only had the License then what dependency instructions are there? I ended up just doing it from scratch the way I knew so it worked out.
Guys, for anyone having troubles with cloning the repo - check that you've got an ssh key linked to your account
Sir you're awesome! 👍
This is failing at every step, it is failing at ng serve - An unhandled exception occurred: Cannot find module 'C:\Projects\Angular-test\homes-app
ode_modules\function-bind\index'. Please verify that the package.json has a valid "main" entry
Es un reto para mi aprender Angular, porque aparte de que está en ingles que tambien estoy aprendiendo, este Framework es nuevo para mi. Muchas gracias por la explicación. Estoy siendo muy profesional creando aplicaciones web con Angular.
Why don't I have an assets folder when I create my project?
This guy gave me a high five, he's the absolute best! >:D
🤣😂
The project from the provided link is different from the video
can confirm I had to change node version and Anglular version and run ""npm install --save --legacy-peer-deps"" just to run it and it did not say hello world!
Sorry about that! We've updated the content the link points to.
@@Angular Can you give instructions for how to change angular version to get this beginner tutorial project to work??
@@Angular Ok, so my question went unanswered and now I'm learning Blazor instead, which already feels like a much better* product and with much better learning support.
* better product because it:
- feels like it is 'complete', rather than 'unfinished'
- doesn't appear to have added major features as if they were afterthoughts
- has way more capabilities - server side rendering built-in, web assembly, can create mobile apps with maui
I cannot believe I'm bigging up a microsoft product over a google product. The world has turned on its head, but if that's the way it is now, I'm going with it.
it tells me i dont have the acces rights and asks me to check if the reposetory exists when i try to download it
this for me too
I'm trying to walk through this tutorial using Angular 16 (current) but npm install is failing with angular-in-memory-web-api@0.15.0 (could not resolve dependency)
Hi Michael, I'm also facing the same issue. if you find solution then share with me
Same problem, and when I googled for the error, google showed me results for REACT. It's as if Microsoft and Google have swapped roles in the last few years. Shame.
Solved it with running ng new and then replaced the source folder@@alan-
try typing "npm install --force" instead
After the install, I'm getting "critical vulnerabilities". Running "npm audit fix" and "npm audit fix --force" actually increased the number of "ciritcal vulnerabilities".
Does anybody have a procedure to install a clean / safe environement ?
Guys, for anyone having troubles with cloning the repo - check that you've got an ssh key linked to your account
Just a note... you mentioned the Angular Language Service just before mentioning you'd include all links in the description, but you didn't include a link to Angular Language Service.
Good point! Updated.
marketplace.visualstudio.com/items?itemName=Angular.ng-template
i feel like this guy promised me a high five and then kept it for himself.
Oh no! My bad - sending that high-five right at you!
Este tutorial es para Angular 15 y lo ponen en la página de Angula 18...
43 vulnerabilities (2 low, 8 moderate, 23 high, 10 critical)
To address all issues (including breaking changes), run:
npm audit fix --force
still doesn't work and I am using lts version of node
Probably due to this video is in context of Angular 15 and when I installed Angular as latest, it gave me version 16. Why put out a video on 15 when 16 is now your latest?
@@wallacepei4529 Agree. This is not a good look for a beginner friendly tutorial. A real turn-off for anyone looking to get into angular.
@@alan- yeah it can be a bad first impression, they can either specify installing a specific version or mention that if you npm install the project it's possible that some vulnerabilities arise, and that's a completely normal thing.
Would have been nice to see what's inside the config files. Also there's a bunch of them that you didn't even mention.
Maybe we can cover that in a future course, thanks for this feedback!
Actually high fived!
🤣
Anyone else getting "Error: This command is not available when running the Angular CLI outside a workspace." when they try to run ng serve?
Okay, realized that I missed the npm install step for the project. ng serve works now.
how do you download the project
2:07, click green button "code", then last option "Download Zip"
In my Angular, "app" folder does not have the file "app.module.ts"
How do I solve this problem??? Help me pleaseee 😢
You don't need it for this tutorial
What is the name of the VSC theme you are using. I like it.
It looks like the default vs code High Contrast theme
Yes, it's the default high contrast in VS Code :)
Can I get the link to the documentation
It takes longer to type that question then it takes to google it. Dont be lazy.
Just to let everybody know: this is just another Bad tutorial with lots of Error messages with no support that will drive you mad. Now that you are aware of that, rock on dude. If anyone knows about some GOOD tutorial beginner friendly we could be following, let us know.
Sorry about those error messages. We've updated the images issues. Is there something else that's giving you a hard time?
May I know the theme that you are using in vscodd
Sure thing! It is the "high contrast" VS Code theme theme that comes built in.
Just one question. Why hello universe?
Mark likes to be unique lol
❤
Analogjs
there is a lot of skipping forward in this course. Try to be more concise. I don't need to be advised to take a break etc. Just deliver the info and I will decide when I need to stop.
For me, it's a nice change of pace to see an instructor cheering for people starting to learn a new framework.
Keep it up Angular team!
this only changes in this project (local)
npm uninstall @angular/cli
npm i @angular/cli@15.0.4
❤