One of the most well detailed tutorial ever i have seen. im a beginner and your tutorial is rally helpful, want a project based tutorial from you on angular
Hello, I couldn't find a good Turkish source on the subject, I don't know English, but I started looking at English sources thinking I would try the codes. It's your success that I understood even though I didn't know English. Thanks. (I used translation)
A good instruction. Bro, could you kindly attach the git/github repo for each module so that every individual has access to the code if we become stuck in the middle of it as a reference?
bro you are the best, I almost gone crazy cause I was getting an error msg when using routes and it was because i did not remove the components selector from app.component.html, thank you so much
Having understood cleraly from this video , I have a question on a routing use case where I want all links pages to be on home page one after the other such that when I click the link it scrolls down to where the page start, I have tried to put the components on home page but the links lead to individual pages, what am I missing could you help pls?am very new to angular but so far liking it
Hi can you make a tutorial on how to deploy Angular 17 project? because when I try to build the project it has a Browser folder and a Server folder I dont really get it.
Hello, I think you have typed 'Y' to enable SSR (Server-Side Rendering) while installing the Angular 17 App. That's why, while building the app for deployment, it created two folders: 'browser' and 'server'. If your app is SSR-enabled, you need to deploy both the 'browser' and 'server' folders; otherwise, just deploy the 'browser' folder. I have tried deploying demo Angular apps with and without SSR on Netlify, and both are working fine. Hope this helps.😇
👉Check my Blog :
phpnodetuts.in
🌟 Support my work:
1. On BuyMeACoffee: www.buymeacoffee.com/phpnodetuts
👉 Buy Affordable Hosting : bitli.in/5s35wr2
THANK YOU GOOD MAN. Not even Gemini and chatGPT could help me with this, Angular 17 changed a lot of things, you are amazing!
Great to hear!
i'm confused about the routing and this video saved my time 👍
Great to hear!
افضل شرح تعليمي عن انجولار في الاصدار 17
best tutorial in ang17
Thanks
Thank you so much for the update. I have been working as angular developer since 6 months. SSR update in angular 17 it's truly big big update
Great to hear!
The best explanation of routing! Thank you!
Glad you think so! 😇
Angular has been truly useful in my experience, thanx for the video
You're welcome
You saved my life man. Thanks!
Glad I could help! 😇
One of the most well detailed tutorial ever i have seen. im a beginner and your tutorial is rally helpful, want a project based tutorial from you on angular
Glad it was helpful!
Thank you so much for clear explanation, Sound is crystal clear.
Glad to hear that!
Hello, I couldn't find a good Turkish source on the subject, I don't know English, but I started looking at English sources thinking I would try the codes. It's your success that I understood even though I didn't know English. Thanks. (I used translation)
Bu harika bir duygu! Videomun size dil engeli olmasına rağmen faydalı olduğunu duymak beni mutlu ediyor. İzlediğiniz için teşekkür ederim😇
A good instruction. Bro, could you kindly attach the git/github repo for each module so that every individual has access to the code if we become stuck in the middle of it as a reference?
Very useful, thank you so much.
Glad to hear that!😇
Very much appreciated, thanks!
Glad it helped!
This is clear video simple to understand great job..please make some more videos on angular calling api services and write unitest. Etc ..
Sure I will
Best example, thanks! 💯
Glad you liked it!
23:20 Routes with Page title
26:30 Page Not Found Route
No hablo ingles, pero tu video me ayudo, Gracias.
¡De nada! Estoy feliz de que el video te haya ayudado.
Thanks for the video. Keep doing great work!
Thanks, will do!😇
Superb explanation. Appreciate if you could make a video on Sidenav using Angular 17 including header, footer.
Thanks! will consider it.😀
thanks for video, i am from brazil.
Thanks for watching!
Temos que recorrer a conteúdos gringos kkkk 🇧🇷
bro you are the best, I almost gone crazy cause I was getting an error msg when using routes and it was because i did not remove the components selector from app.component.html, thank you so much
Glad I could help
great teaching
Glad it was helpful!
great job from India
Thanks
Nice tutorial, really clear, thank you !
Glad it was helpful!
Many thanks.
Welcome 😊
this tutorial is just amazing . it's request pls make a course on angular 🔥🔥🔥🔥🔥🔥🔥🔥🔥
Thanks for your kind words
Thank you very much ♥
You're welcome 😊
thanks for the video, it was very useful :D
Glad it helped!
This video is very useful👍🏻👍🏻👍🏻 and do some more videos related to angular 17
Thanks for your comment, I will try😀
Thank you!
You're welcome! 😇
Great video!
Glad you enjoyed it
my navbar component is not showing 14:00
what should i do
"Do you mean to say that when you try to import the Navbar component inside the app.component.ts file, it is not showing?"
Great video for Beginners
Glad it was helpful!
Excellent!subscribed
Awesome, thank you!
Having understood cleraly from this video , I have a question on a routing use case where I want all links pages to be on home page one after the other such that when I click the link it scrolls down to where the page start, I have tried to put the components on home page but the links lead to individual pages, what am I missing could you help pls?am very new to angular but so far liking it
Thanks for tha walk through ❤
You are welcome!
Great Explanation 👍
Glad you liked it
Very useful video, well done!
Glad it was helpful!
thank you, appreciate :)
You're welcome!🙂
thank you man!!!
You're welcome
good job bro
Thanks
Bro which vs code theme you are using ?
Panda Theme
great video!
Glad you enjoyed it
Need some concepts lifecycle with exmapl and bindings
Ok, I will try.
thanks u Bro
Welcome🙂
Please i need help i did everything you mentioned but only the url that changed not the page i don’t know what to do.
Do you mean Routing is not working?🤔
@@phpnodetuts yes
@@SiwarAmara-z1x Check the app.component.html file; you might have forgotten to add
The code in app.component.html file should look like this :
Hello, i´m trying to copy the not found svg, but at the video it's incomplete, can you send me that? Thanks!
👇Below is the code for svg, with tailwind bounce animation
Thankyou
You’re welcome 😊
Hi can you make a tutorial on how to deploy Angular 17 project? because when I try to build the project it has a Browser folder and a Server folder I dont really get it.
Hello, I think you have typed 'Y' to enable SSR (Server-Side Rendering) while installing the Angular 17 App. That's why, while building the app for deployment, it created two folders: 'browser' and 'server'.
If your app is SSR-enabled, you need to deploy both the 'browser' and 'server' folders; otherwise, just deploy the 'browser' folder.
I have tried deploying demo Angular apps with and without SSR on Netlify, and both are working fine.
Hope this helps.😇
how do I deploy both Browser and Server? is it different project or just one?@@phpnodetuts
Hello, can i create a lazy loading modules ? how?
You have to use Deferrable Views in Angular 17.
Watch this video for more information.
ua-cam.com/video/yE-YUr_a4fU/v-deo.html&ab_channel=Angular
Hello, I wanted to know if you can upload the HTML code of the 404 error code because it is not complete, please.
Check Example 03 👇
www.tailwindtap.com/blog/tailwind-css-404-page-samples
@@phpnodetuts thank you so much
@@felix22112211 You're welcome!
How can I connect with backend APIs
I will make a video in this, stay tuned
ASAP.. Just CRUD operation... It helps lot
How to create nested routes.... I would appreciate if it was nested routes instead of time consuming css 😅
Thanks for the feedback. This is a beginner friendly tutorial, so I didn't cover nested routes. However, I will create a separate video for it soon.🙂
Who is this guy???/
is frustrating that u are not focusing on the video purpuse. STOP STYLING AND STOP MAKEING TEMPLATES
ok
Don't skip tests
Yup, thanks for your comment! 👍
Thank you so much ❤
You're welcome 😊