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😀.
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.
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!!
@@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
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.
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
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.
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 RUclips 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!"
@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
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 😊😊
Very helpful tutorial even for a layperson can understand each concept.
Glad to hear that!
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.
May God reward you for what you've done beneficial for all people!
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!!
Tks buddy!
This is the best video to learn Angular! Keep it up!
Thank you for your support 😊
Hello from Colombia. Excellent tutorial. Thanks for sharing. I'm looking forward for the next part
Thank you for your support brother 😊
Thank you bro for this video! If you please upload the next video ❤
Will upload soon
This angular tutorial is the best I have ever seen I tries many others but to no avail so grateful
Thanks sir. This course was a pure treat !
Glad to hear that
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
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.
Excellent, it is very much helpful for me
Glad to hear that
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
Thank you soo much for the best vedio! .
About to watch Thank you!!
Happy learning
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
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 😊
Thank you very much 🙏
You're most welcome
nice explanation and good PPT with simple animation. i m strongly recommending your course to beginners. Waiting for next part ....
Will upload soon
Very helpful tutorial, thank you
Glad it was helpful!
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
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
Great Content ❤ ...pls upload part 2 and projects
Working on it :) will be release end of this month
@@OctAcademy looking forward
Thank you i complited this video if it is possible please continue Intermedate lever and advance leave also 🙏
Sure 👍
Greatly appreciate
Thanks for the support 😊
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
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 ?
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
very nice!! thank you
Thank you too!
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 😄
good work brother keep it up
Thank you for your support :)
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,
Nice tutorial, but too many RUclips 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
perfect sir
thank you :)
Thank you
Thank you for your support :)
"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
the section on If directives and Ng-template is repeated, is this on purpose?
I'll check it
when will be the other 5 hours uploaded?
By the way Love your Content. 💕💕
Working on it :) will be release end of this month
thank you for the course !
Yes it's true but, it's still included in Angular 18,
Very good explanation
Thank you for your support :)
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)
I ❤ tutorials. Pls can you include signals
Yes sure 😊
In PPT you have mentioned that angular is a library but it is a Framework right
Yes it's a framework,
small correction @3.35.. Angular is not a library.. its a framework
Thank you for the correction 😊
Sir you have by mistake repeated the previous video again from 3:52:00
Event binding.
Two-way binding. are not working with me ,any help?
can you see any errors, in the browser console?
thanks mate
Thank you for your support 😊
Sir can you please share second part .
Working on it :)
The version show in the project structure is 17.3
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 🙂
What is the name of theme you used ?
Andromeda Theme
3:13:02
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
String interpolation button was also disabled.
when did you uploading next part sir ?
Working on it :) will be release end of this month
38:49 i can't see any assets folder in my project
Please help m with that
You can create manually
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 :)
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!"
Garcia Brenda Lewis Kenneth Harris Jose
why me no have "assets folder" ???
With the new update Angular has removed the Assets Folder :)
when will part 2 will upload sir.
Working on it :)
When you'll upload part2?
By next week
When will the project part start bro?
By next week
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
One section is repeated twice near 3and 4 hr
Sorry for the inconvenience
its for angular 17
Its 18
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?