Thank you so much for watching! 🙏 If you enjoyed the content and feel like you’ve learned something valuable, please consider supporting the channel on Patreon. Your support helps me keep creating and improving the content you love. Even just $1 a month makes a big difference. Thank you for being a part of this journey! 💖 Patreon Link - bit.ly/3RR9yix
1:58:15 difference between string inteprolation and data binding for the people confused how it's not giving the same results (it shows both buttons are disabled), the reason behind it is: In HTML, the `disabled` attribute is a boolean attribute. This means that if the attribute is present, regardless of its value, it will be considered `true`. On the other hand, if the attribute is not present, it will be considered `false`. In the code, when you use string interpolation `{{isDisabled}}` to set the value of the `disabled` attribute, the boolean value of `isDisabled` is converted to a string. However, since the `disabled` attribute is a boolean attribute, it only checks for the presence of the attribute, not its value. So, even if you set `isDisabled` to `false` (which will be converted to the string `"false"`), the `disabled` attribute will still be present in the HTML, making the button disabled.
The best Angular tutorial, like for real. I have wasted hours on other tutorials not understanding anything but this one is nice and simple. Just love it😀.
ooo woow!! this tutorial was so excited!! i've been learing Angular with this tutorial from scratch but finally i come from zero to hero!!. thank you so much!!
Why would you create two entirely separate border properties? You can just put the border css properties inside the active and no-active css classes. What I was hoping you would ask is How to change the properties based on clicking. So when you click the button, it toggles to active/ no-active, as opposed to having to manually changing the isActive property. I'm going to assume you do this later in this example, but we'll see.
Great instruction. You are a talented teacher! Great break-down of core Angular concepts. I would recommend this to anyone who is a beginner that has some coding experience but is new to angular.
Wow this video help me so much, I very very grateful my friend, after finish the series definitely i will buy your your 120+ course, do you have a day for releasing the part 3 ?? have a great day
@@OctAcademy waiting for upcoming videos! keep it up 😊, just one small suggestion bro, improve mic quality and also do some videos other than tutorials to grab attention of newbies on channel
Your tutorial is superb , small information . " ngif and @if vedios are in two times " i think this is by mistake because heading is showing ngfor but which is ngif vedio
Nice tutorial, but too many TH-cam ads. A 30-second ad for every 4 minutes. By the time we finish watching the tutorial at least 40 minutes of ads we might have watched
"Hello @OctAcademy, could you please provide more details about the course? Specifically, I'd like to know what level this course is designed for - is it Basic, Intermediate, or Proficiency level? This will help me understand if it's the right fit for my needs. Thank you!"
Hey, Thanks for the upload- great content. 👍 If possible, please tune the audio a bit - less bass-> more treble. or a different mic 🎤 it is hard to listen after 2 hours of buzzing.
hello brother i have decided to learn from your videos but there are many videos regarding angular in your page . can you kindly send me link which will be easier to learn from scratch to advance please . reply to this message
@OctAcademy could you please provide more details about the course? Specifically, I'd like to know what level this course is designed for - is it Basic, Intermediate, or Proficiency level? This will help me understand if it's the right fit for my needs. Thank you!"
Thank you so much for watching! 🙏 If you enjoyed the content and feel like you’ve learned something valuable, please consider supporting the channel on Patreon. Your support helps me keep creating and improving the content you love. Even just $1 a month makes a big difference. Thank you for being a part of this journey! 💖
Patreon Link - bit.ly/3RR9yix
1:58:15 difference between string inteprolation and data binding
for the people confused how it's not giving the same results (it shows both buttons are disabled), the reason behind it is:
In HTML, the `disabled` attribute is a boolean attribute. This means that if the attribute is present, regardless of its value, it will be considered `true`. On the other hand, if the attribute is not present, it will be considered `false`.
In the code, when you use string interpolation `{{isDisabled}}` to set the value of the `disabled` attribute, the boolean value of `isDisabled` is converted to a string. However, since the `disabled` attribute is a boolean attribute, it only checks for the presence of the attribute, not its value.
So, even if you set `isDisabled` to `false` (which will be converted to the string `"false"`), the `disabled` attribute will still be present in the HTML, making the button disabled.
But why don't I see any difference. For the both style, the button get "disabled"
@@AiBit3 so do I
If you're new to front end development, this is a great tutorial. If you're just new to Angular, you can skip to the 50 minute mark.
Thank you for your support :)
Thanks
The best Angular tutorial, like for real. I have wasted hours on other tutorials not understanding anything but this one is nice and simple. Just love it😀.
Wow, thanks!
Your tutoriels are very good ! Each time, I learned more when I follow your video. Thank you !!
Thank you very much for your support 😊😊
ooo woow!! this tutorial was so excited!! i've been learing Angular with this tutorial from scratch but finally i come from zero to hero!!. thank you so much!!
Why would you create two entirely separate border properties? You can just put the border css properties inside the active and no-active css classes. What I was hoping you would ask is How to change the properties based on clicking. So when you click the button, it toggles to active/ no-active, as opposed to having to manually changing the isActive property. I'm going to assume you do this later in this example, but we'll see.
Very helpful tutorial even for a layperson can understand each concept.
Glad to hear that!
This angular tutorial is the best I have ever seen I tries many others but to no avail so grateful
May God reward you for what you've done beneficial for all people!
Great instruction. You are a talented teacher! Great break-down of core Angular concepts. I would recommend this to anyone who is a beginner that has some coding experience but is new to angular.
Thank you so much. It is very easy to understand each and every section. i love it.
Thank you very much for your fantastic work! Your explanations and examples are so helpful, now I have the chance to work with Angular!
Thank you for your support
Thanks sir. This course was a pure treat !
Glad to hear that
Thank you bro for this video! If you please upload the next video ❤
Will upload soon
Thank you for your effort in this awesome tutorial
Wow this video help me so much, I very very grateful my friend, after finish the series definitely i will buy your your 120+ course, do you have a day for releasing the part 3 ?? have a great day
By next week, Thank you for your support 😊
very nice explaination, even beginners can understand it very well!
Thank you for your support:)
@@OctAcademy waiting for upcoming videos! keep it up 😊, just one small suggestion bro, improve mic quality and also do some videos other than tutorials to grab attention of newbies on channel
@@Abhishek-eb8qs Thank you very much for your support, will improve the audio quality in upcoming videos
Excellent, it is very much helpful for me
Glad to hear that
Tks buddy!
This is the best video to learn Angular! Keep it up!
Thank you for your support 😊
Your tutorial is superb , small information . " ngif and @if vedios are in two times " i think this is by mistake because heading is showing ngfor but which is ngif vedio
Hello from Colombia. Excellent tutorial. Thanks for sharing. I'm looking forward for the next part
Thank you for your support brother 😊
Thank you soo much for the best vedio! .
Nice tutorial, but too many TH-cam ads. A 30-second ad for every 4 minutes. By the time we finish watching the tutorial at least 40 minutes of ads we might have watched
i have completed this course .Thank u for this wonderful course.Please suggest what to do further?
Try to develop an simple app using these knowledge, you can take the help of AI models (ChatGPT, Claude or Llama 3)
Thank you i complited this video if it is possible please continue Intermedate lever and advance leave also 🙏
Sure 👍
About to watch Thank you!!
Happy learning
nice explanation and good PPT with simple animation. i m strongly recommending your course to beginners. Waiting for next part ....
Will upload soon
I like this video series, very easy to understand for a newbie like me. i'm from vietnam
Happy to hear that!
Thankyou for making this video
My pleasure 😊
Thank you for this course
Thank you very much 🙏
You're most welcome
"Hello @OctAcademy, could you please provide more details about the course? Specifically, I'd like to know what level this course is designed for - is it Basic, Intermediate, or Proficiency level? This will help me understand if it's the right fit for my needs. Thank you!"
Its focused on Beginners
i think it's not full course because you didn't talk about router or props or emit and state management any way thank you for the tutorial 🙂
Please when will the next 5 hours video be released? also, can you teach NEST.JS framework? and the microservices? Your teaching style is very good!
Working on it!
please continue the Angular 18 Course Play list,
Very helpful tutorial, thank you
Glad it was helpful!
Hey, Thanks for the upload- great content. 👍
If possible, please tune the audio a bit - less bass-> more treble. or a different mic 🎤
it is hard to listen after 2 hours of buzzing.
Thank you so much, will tune up the audio in the next lecture
when will be the other 5 hours uploaded?
By the way Love your Content. 💕💕
Working on it :) will be release end of this month
Sir you have by mistake repeated the previous video again from 3:52:00
Great Content ❤ ...pls upload part 2 and projects
Working on it :) will be release end of this month
@@OctAcademy looking forward
small correction @3.35.. Angular is not a library.. its a framework
Thank you for the correction 😊
Hi thanks for the video. 1:12:08 I do still have the previous h1. Do you know why? I have even commented the import statement
I like your tutorial 😄. When will u upload part 2 ??
Working on it :) will be release end of this month
@@OctAcademy so it is not full course ?
The version show in the project structure is 17.3
thank you for the course !
Yes it's true but, it's still included in Angular 18,
I ❤ tutorials. Pls can you include signals
Yes sure 😊
Greatly appreciate
Thanks for the support 😊
String interpolation button was also disabled.
very nice!! thank you
Thank you too!
Sir can you please share second part .
Working on it :)
Greetings from Brazil! You explain it in a way that even an idiot can understand, that's exactly what I need. Very good! Hahaha
exactly lol
Thank you for your support :)
Hope you understand who you are 😄
perfect sir
thank you :)
In PPT you have mentioned that angular is a library but it is a Framework right
Yes it's a framework,
hello brother i have decided to learn from your videos but there are many videos regarding angular in your page . can you kindly send me link which will be easier to learn from scratch to advance please . reply to this message
Thank you
Thank you for your support :)
the section on If directives and Ng-template is repeated, is this on purpose?
I'll check it
Very good explanation
Thank you for your support :)
good work brother keep it up
Thank you for your support :)
You repeated the explanation of ng if with numbers and string the things you explained before ng template outlet you explained them again after
Thank you for your kind information, will check about it :)
when did you uploading next part sir ?
Working on it :) will be release end of this month
Event binding.
Two-way binding. are not working with me ,any help?
can you see any errors, in the browser console?
You used cmd in vscode intially but my command runs in the powershell also
yes it will work, but sometimes it wont, so its better to use CMD in windows :)
@@OctAcademy ok thanks and where I can find the following part of this video
You have written 10 hours on image and uploaded only 5hours course
Part 2 will be uploaded
Thanks for uploading such content ❤
@@ajy995 Thank you
thanks mate
Thank you for your support 😊
When will the project part start bro?
By next week
When you'll upload part2?
By next week
when will part 2 will upload sir.
Working on it :)
What is the name of theme you used ?
Andromeda Theme
3:13:02
38:49 i can't see any assets folder in my project
Please help m with that
You can create manually
One section is repeated twice near 3and 4 hr
Sorry for the inconvenience
why me no have "assets folder" ???
With the new update Angular has removed the Assets Folder :)
is this Angular js ?
Angular 18
@@OctAcademy Yeah actually i have to learn Angular Js 18 ! Is that one or not ?
@OctAcademy could you please provide more details about the course? Specifically, I'd like to know what level this course is designed for - is it Basic, Intermediate, or Proficiency level? This will help me understand if it's the right fit for my needs. Thank you!"
its for angular 17
Its 18
Garcia Brenda Lewis Kenneth Harris Jose
first say angular is a library or framework
its a framework, it was a scripting mistake sorry for the inconvenience :)
I like you
Thank you for your support
When i write this Login Syntax
@if(loginCount > 3){
Exceeded 3 login Attempts, Try Again Later
}
text appers above button do you know why?
cannot say exactly what is the problem did you found any solutions?