Watch more episodes of Learning Angular → goo.gle/Learning-Angular
@cristianvargasestay1086 Жыл бұрын
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
@danielleivy81808 ай бұрын
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?
@emipiz26638 ай бұрын
Did you installa the dependencies after cloning the repo?
@danielleivy81808 ай бұрын
@@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.
@denivladislav5 ай бұрын
Guys, for anyone having troubles with cloning the repo - check that you've got an ssh key linked to your account
@RakeshSharma8484 Жыл бұрын
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
@DungLearnThings7 ай бұрын
I really love your energy !
@chenhaodong45769 ай бұрын
Love this guy, very positive, almost Angela Yu level of teaching level./
@marktechson7 ай бұрын
Thank you!!!
@cihanyasbek92283 ай бұрын
Why don't I have an assets folder when I create my project?
@nopenope61519 ай бұрын
it tells me i dont have the acces rights and asks me to check if the reposetory exists when i try to download it
@jdally98728 ай бұрын
this for me too
@gustavovagner1432 Жыл бұрын
The project from the provided link is different from the video
@MagicMan123ification Жыл бұрын
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 Жыл бұрын
Sorry about that! We've updated the content the link points to.
@alan- Жыл бұрын
@@Angular Can you give instructions for how to change angular version to get this beginner tutorial project to work??
@alan- Жыл бұрын
@@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.
@katerinejaimes6585 Жыл бұрын
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.
@MichaelStrother Жыл бұрын
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)
@nagulbashashaik307 Жыл бұрын
Hi Michael, I'm also facing the same issue. if you find solution then share with me
@alan- Жыл бұрын
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.
@bjornb.3992 Жыл бұрын
Solved it with running ng new and then replaced the source folder@@alan-
@EltsuGamer7 ай бұрын
try typing "npm install --force" instead
@erntara2 ай бұрын
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 ?
@Nico7orresАй бұрын
Este tutorial es para Angular 15 y lo ponen en la página de Angula 18...
@onoes96466 ай бұрын
Anyone else getting "Error: This command is not available when running the Angular CLI outside a workspace." when they try to run ng serve?
@onoes96466 ай бұрын
Okay, realized that I missed the npm install step for the project. ng serve works now.
@pointq11 ай бұрын
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.
@Angular11 ай бұрын
Good point! Updated. marketplace.visualstudio.com/items?itemName=Angular.ng-template
@GabrielTobing6 ай бұрын
This guy gave me a high five, he's the absolute best! >:D
@hawkeye9045 ай бұрын
🤣😂
@asad-suri5 ай бұрын
Sir you're awesome! 👍
@kerimzunic2 ай бұрын
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.
@Angular2 ай бұрын
Maybe we can cover that in a future course, thanks for this feedback!
@denivladislav5 ай бұрын
Guys, for anyone having troubles with cloning the repo - check that you've got an ssh key linked to your account
@wallacepei4529 Жыл бұрын
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
@wallacepei4529 Жыл бұрын
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- Жыл бұрын
@@wallacepei4529 Agree. This is not a good look for a beginner friendly tutorial. A real turn-off for anyone looking to get into angular.
@junovicz Жыл бұрын
@@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.
@quyentrannguyendiu7377 Жыл бұрын
In my Angular, "app" folder does not have the file "app.module.ts" How do I solve this problem??? Help me pleaseee 😢
@Angular Жыл бұрын
You don't need it for this tutorial
@robschannel11562 ай бұрын
i feel like this guy promised me a high five and then kept it for himself.
@marktechson2 ай бұрын
Oh no! My bad - sending that high-five right at you!
@ramwejlirap67294 ай бұрын
how do you download the project
@Bastardovl4 ай бұрын
2:07, click green button "code", then last option "Download Zip"
@omageprosper9673 Жыл бұрын
Can I get the link to the documentation
@jeverydk8 ай бұрын
It takes longer to type that question then it takes to google it. Dont be lazy.
@greengrer9 ай бұрын
Actually high fived!
@hawkeye9045 ай бұрын
🤣
@carlosedugoc Жыл бұрын
What is the name of the VSC theme you are using. I like it.
@MagicMan123ification Жыл бұрын
It looks like the default vs code High Contrast theme
@Angular Жыл бұрын
Yes, it's the default high contrast in VS Code :)
@menestowl4270 Жыл бұрын
Just one question. Why hello universe?
@Angular Жыл бұрын
Mark likes to be unique lol
@eudesgrey Жыл бұрын
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.
@Angular Жыл бұрын
Sorry about those error messages. We've updated the images issues. Is there something else that's giving you a hard time?
@rikizy528 Жыл бұрын
May I know the theme that you are using in vscodd
@Angular Жыл бұрын
Sure thing! It is the "high contrast" VS Code theme theme that comes built in.
@AnweshAdhikari10 ай бұрын
❤
@rvuyyuru Жыл бұрын
Analogjs
@bob-xm7ny10 ай бұрын
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.
@Huntware02310 ай бұрын
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!
@ABHISHEK-wp8ll Жыл бұрын
this only changes in this project (local) npm uninstall @angular/cli npm i @angular/cli@15.0.4