Пікірлер
@diegofelici
@diegofelici Күн бұрын
I have problem with the logo svg, it doesn't came out, do you know why?
@joncharles5817
@joncharles5817 6 күн бұрын
nicely done bro!!!
@Basil22102
@Basil22102 6 күн бұрын
Can someone help me out? After 2:06:45, Im getting an error, [vite] Internal Server Error: Cannot read properties of undefined (reading 'None'). Upto this point, it was working fine. But after adding the output, this has started happening.
@markmahrous2046
@markmahrous2046 6 күн бұрын
why you don't explain what you are writing or not answering the questions that make sense to be in our brain while watching this shit???????????????????????
@holyfreakinguacamole
@holyfreakinguacamole 7 күн бұрын
THANK YOU. I’ve been studying web dev for a couple of years and I’ve created a lot of apps, but this drives home the ROOT of it all. Absolutely fundamental. Thank you. (Speaking to the first 20 min)
@chhunkim-fr5rk
@chhunkim-fr5rk 8 күн бұрын
Well explain!!!
@ahmedamed271
@ahmedamed271 8 күн бұрын
ERROR: failed to solve: process "/bin/sh -c npm ci" did not complete successfully: exit code: 1
@kartikey0208
@kartikey0208 10 күн бұрын
You should really make the backend series for java fullstack, also the react JS frontend. I am loving your tutorial can you help me become a Java full stack developer.
@wenboC1997
@wenboC1997 11 күн бұрын
If icons still doesn't work, you should import link into style.scss like this: @import "primeicons/primeicons.css";
@gopikrishnag41
@gopikrishnag41 11 күн бұрын
So excellent tutorial & thx a lot 💪🙏
@_Afsus
@_Afsus 12 күн бұрын
Great tuto ❤❤
@JdevKamath
@JdevKamath 12 күн бұрын
SIr, how did the app start from docker without issuing ng --server or npm start? Could you please help me understand? Btw, thank you so much for all the time and effort you put in teaching us :)
@ahmedhosam8617
@ahmedhosam8617 13 күн бұрын
every image does not load when I open the browser as it gives 404 not found error for every image although I have put the assets folder in the right directory . Can anyone help?
@prog_demos
@prog_demos 13 күн бұрын
This is a truly amazing tutorial, simple and goes directly to the point. Exactly what I was looking for, kudos! However, I have 2 comments: 1) You shouldn't have put any focus on Node.JS nor explain how it internally works. This just takes time. E.g., your "find max id" implementation for `post` is a mock implementation anyway, not at all related to the topic of the video. All viewers such as myself care about is how to invoke `post` with Angular's HttpClient, let me worry about my own backend code. 2) I would've really preferred if you left the Copilot out (unless you were sponsored or something like that). I'm a fast writer and can follow everything at 1.5x speed with no issues, but the moment you start to autocomplete is the moment I lose my flow and have to double check generated variables'/parameters' names/types. All in all, amazing work and thank you so much! You're a great lecturer and I'm glad I got to learn Angular from you.
@tchomasek
@tchomasek 15 күн бұрын
Copilot is a great tool that i very much enjoy, but using it during tutorial video is a big nono. It is easy to loose track of what is going on when you just press tab and a bunch of code gets pasted.
@peteroganwu951
@peteroganwu951 15 күн бұрын
The p-rating component is showing stars and radio buttons. Is there a reason for this? The documentations says that rating component internally uses radio buttons that are only visible to screen readers, but I am seeing the buttons.
@SachinBisht-m8q
@SachinBisht-m8q 18 күн бұрын
I am facing issue with angular 17 , as i am upgrading my application from 16 , could you please tell me the resolution . Thanks a ton in advance !
@bogujang9
@bogujang9 20 күн бұрын
Thank you, that was exacly what i was looking for. What if i have nodejs(express) ./server folder in my angular app root, how can i make it running as well? Lets say to test locally i use 'cd server && npm run server', so how to make it work in the same contpainer? Is it just a matter of adding it into a dockerfile somewhere?
@iraklyoda4213
@iraklyoda4213 21 күн бұрын
Made sense of Angular in less than 2h30m. Great work man, thanks
@DonPaps
@DonPaps 22 күн бұрын
This is some quality tutorial. Straight to the point, without missing the important points! Thanks a lot for this!!
@clim9742
@clim9742 23 күн бұрын
This was a great crash tutorial. Thank you, Alex!
@camiloagudelo6951
@camiloagudelo6951 24 күн бұрын
hi beacuse , I generate a component and not have by defaul standalone:true and imports=[], angunar outpout error if import a componnet of prieng? thank your only the buttons not have style of prieng , display sqaured, while the other components just display with style correct
@user-wp6pm7nd4h
@user-wp6pm7nd4h 25 күн бұрын
Great tutorial. Thank you. I have a question. I made a docker container of mysql on a raspberry pi. Trying to learn DB connections how to. But I get this error -PUT localhost:3001/cloth/$%7Bid%7D 400 (Bad Request). It seems the ID doesn't get properly carried. Any help would be great. Thank you.
@wolfsupernova-fv4jd
@wolfsupernova-fv4jd 26 күн бұрын
I'm two hours in and so far it has been great, but with Angular 18 I had to change the angular.json to load the images from the src/assets route
@coolblackguy99
@coolblackguy99 29 күн бұрын
For those who are stuck setting up a logo, you might be using Angular 18 or above. Note that Images will now go into the public folder so your structure should look like "public/images" folder instead of "assets/images". With that, your code should now look something like this: <img src= "images/oc-logo.svg" alt="Logo Image" class="Logo"> Hope this helps! <3
@muhammadidrees6650
@muhammadidrees6650 29 күн бұрын
really good
@harish_314t
@harish_314t Ай бұрын
Do a video with file type input when put method especially when we edit the product
@thingsiwishiknew8592
@thingsiwishiknew8592 Ай бұрын
Great content , easy to follow, and has filled in a lot of gaps the other videos did not, really appreciate it , i am curious though , if you had a actual DB would you hook it up the same way with regards to the server, and how would you go about adding authentication? Thanks
@NikolaiCherepanov
@NikolaiCherepanov Ай бұрын
That’s sad your video has more information and more relevant information that both of my full stack dev courses in my CS degree.
@arlmdev
@arlmdev Ай бұрын
The crash course is made in a detailed manner. It was easy to follow and truly a beginner-friendly tutorial. Thank you!
@craftyplaysgames9642
@craftyplaysgames9642 Ай бұрын
For anyone having issues with the images, if you're using Angular 18 (like me), then all images load from the public folder by default. So your logo would be images/oc-logo.svg assuming you add an images folder to public.
@_JaySharps
@_JaySharps Ай бұрын
I can't imagine how much time you just saved me, thank you so much!
@chaudharypraveen98
@chaudharypraveen98 10 күн бұрын
Thanks for the help
@yuriortiz4648
@yuriortiz4648 Ай бұрын
Is it just me or are there parts of the video that were cut or the some of the files were updated as of now
@antoniofcable
@antoniofcable Ай бұрын
Very nice tutorial. I really recommend. I could review many things that I've already known and learn o lot of new ones. The explanation is very clear and the example is perfect. Thanks a lot.
@mihaioprea9398
@mihaioprea9398 Ай бұрын
Great crash course! Very helpful!
@cyberhifi2629
@cyberhifi2629 Ай бұрын
please make a course for javascript too :)
@irfanyahyaa
@irfanyahyaa Ай бұрын
Personal Timestamp 1:06:30
@narutofanere
@narutofanere Ай бұрын
My path for the image is right but it comes up with an error?
@animassosidibe5555
@animassosidibe5555 Ай бұрын
I think you need to change assets in angular.json like this : "assets": [ { "glob": "**/*", "input": "src/assets", "output": "assets" } ],
@narutofanere
@narutofanere Ай бұрын
@@animassosidibe5555 Still nothing :/
@craftyplaysgames9642
@craftyplaysgames9642 Ай бұрын
If you're using Angular 18, then all images now go into the public folder by default. So your logo would be images/oc-logo.svg assuming you add an images folder to public.
@hidden_kat9919
@hidden_kat9919 Ай бұрын
This video is extremely well explained and very beginner friendly. I like that you take us through each step and explain each thing we do in simple terms. Thank you for putting your time into this, it has been very helpful 🖤
@Zhene4eg
@Zhene4eg Ай бұрын
19:05 - you call objects with local scope - a redundant functions ???????????????? Dude, are you understanding difference between arrow function and regular function ???????????????
@Taher_M
@Taher_M Ай бұрын
Thank you sir
@mihaichildesco8276
@mihaichildesco8276 Ай бұрын
you deserve a subscribe and like for this content. What difference you from others is that you go more depth and you have patience, your speak is perfect for programming tutorials, not to slow not to fast. And also glad to meet Angular tutorial in a world full of React. I would like to hear from you concepts of programming explained in js like callbacks, closures async, dom manipulation, event loop and so on. You are very good at explaining things. Very good work! 💪💪💪
@stefanciobanu2933
@stefanciobanu2933 Ай бұрын
When I try to access the app's port it just displays a page saying : "Welcome to nginix". Why is this happening??
@nourgr-fk1bb
@nourgr-fk1bb 16 күн бұрын
I have the same problem. Do you find a solution please?
@stefanciobanu2933
@stefanciobanu2933 15 күн бұрын
@@nourgr-fk1bb Yes, I managed to solve it. The problem was in the nginx.conf file. The path was not correctly specified so it wasn't able to find the correct index.html. Try changing the path
@nourgr-fk1bb
@nourgr-fk1bb 15 күн бұрын
@@stefanciobanu2933 thank you so much!
@tezzy9486
@tezzy9486 Ай бұрын
bro your are incredible
@dinocheeta
@dinocheeta Ай бұрын
can you show for angular 18 version please
@hafizusman2217
@hafizusman2217 18 күн бұрын
yes please
@LA_RAMOS
@LA_RAMOS Ай бұрын
Just to clarify in the latest version of angular, it already comes with a server with the archives called main.server.ts inside src and app.config.server.ts. Also the way to run the project would just be ng serve
@sidman1505
@sidman1505 Ай бұрын
ধন্যবাদ দাদা। আপনার দ্বারা খুব ভাল ব্যাখ্যা
@potatopower2144
@potatopower2144 Ай бұрын
I'm an hour and a half in and I'm genuinely impressed by your ability to explain everything. Please mentor me 🙏
@potatopower2144
@potatopower2144 Ай бұрын
This is the best introduction to Angular I've ever seen. Great job
@widibmth
@widibmth 2 ай бұрын
hey i wanna ask a question, why is my logo can not show up and it say error 404 not found but the image is there and the path to images is already correct?
@Kajuk
@Kajuk Ай бұрын
If you didn't find out the answer yet: You need to add "src/assets" under "assets":[ ] in angular.json
@narutofanere
@narutofanere Ай бұрын
@@KajukMaybe I’m typing it in wrong but I’ve done this and still getting an error
@Kajuk
@Kajuk Ай бұрын
​@@narutofanere it should look like this: "assets": [ "src/assets", { "glob": "**/*", "input": "public" } ],
@narutofanere
@narutofanere Ай бұрын
@@Kajuk I see. I have done that but still doesn't work
@craftyplaysgames9642
@craftyplaysgames9642 Ай бұрын
If you're using Angular 18, then all images now go into the public folder by default. So your logo would be images/oc-logo.svg assuming you add an images folder to public.
@ol1175
@ol1175 2 ай бұрын
Thanks !!!