Excellent concepts. It’s so much better to learn from someone quickly rather than pondering over the Internet. The progress is far better with such helpful tutorials. Thank you sir
@willworth96105 жыл бұрын
For anyone not too familiar with javascript, the conditional he's using at 1:40 is called a ternary operator, and is standard javascript- not special angular syntax.
@kannavsharma84534 жыл бұрын
better than many paid udemy courses
@braker375 жыл бұрын
It would be nice if you add a small project to this course, to sort of put it all together.
@gkathmandu4 жыл бұрын
congrats ur best tutorial in angular online and yes even better than paid courses like udemy
@tombrodyy6 жыл бұрын
I think these are so far the best Angular Tutorial videos i have seen.. And trust me, i have seen quite a few.
@MZ-uv3sr3 жыл бұрын
I love how you clear up so much in so few minutes.
@diptishingade75794 жыл бұрын
It is so great. Gives depth knowledge in less time with good explanation..
@naveenvenkatesh32226 жыл бұрын
Crystal clear explaination....any new comer can understand this tutorial.......Thank you very much for this tutorial.....
@awaiszaki146 жыл бұрын
its simple and great tutorial I have seen so far. Thanks man for this
@ramvankamalla74995 жыл бұрын
Thank you "Code Evaluation" ......such a clean info about main concepts of angular.
@edukondalugumma37536 жыл бұрын
Its awesome training, i am very new to Ui but still i am pretty much good now as angular starter Thank you so much for this videos
@Sanay_Vlogs6 жыл бұрын
Thanks you so much , I can study well with caption easily though I have a bad English skills.
@NGODUCTIEP4 жыл бұрын
highly aprreciated ur video from Viet Nam .
@movingheadmau81285 жыл бұрын
Great video and thanks for the clear explanation!
@chagantisubhash6 жыл бұрын
Great videos for beginners!! I am learning alot.
@VivekPatel-qe9rh4 жыл бұрын
It's very easy to learn thanks a million.
@sonamohialdin33762 жыл бұрын
Very useful tutorial
@anushkagupta59174 жыл бұрын
Why do we use single quotes inside of double quotes to bind to orange color?
@gayathrivineeth59082 жыл бұрын
Thank you very much.
@GauravJoshi-Vlogs6 жыл бұрын
Effect-{{question.Id}} Here i have to button columns .What i want is that when i click on the button of first column i take ID from it and using that ID i want to add class(or some other style operation) on the corresponding button(having the matching ID) of the second column. I have used attribute directive,elementRef,Hostlistner but it did not work in my case.
Something's wrong with the orange and yellow... Anyway great job man tq
@shivangimehta81376 жыл бұрын
What is the difference if we create style properties in typescript file v/s use normal css styles in style.css file? Thank You in advance.
@yatinarora1252 Жыл бұрын
They both are the same the fact lies in the case is that styles can be conditionally rendered while not possible through normal css!
@girishg80666 жыл бұрын
Can u please implement search engine like google it help for all freshers
@avinashmohite69337 жыл бұрын
how to load js file dynamically in angular 5?
@orz55165 жыл бұрын
do you recommend using variables in the component.ts and not regular classes in the css file when styling? i came from angularJs and i'm trying to figure out what's the best to work with css ngClass and ngStyle thanks!
@abhimanyurathore71855 жыл бұрын
i cant differentiate in both!!
@adiseshuvutukuri6 жыл бұрын
hi when I am trying to apply style binding to h2 I am unable to do that and I got below error please help me anyone but I done everything perfectERROR in src/app/test/test.component.ts(5,34): error TS1005: ',' expected. src/app/test/test.component.ts(5,38): error TS1005: ':' expected.
@harisankar73105 жыл бұрын
Is there any PDF for this course
@av037 жыл бұрын
good day, i clicked like all of your videos, so far i love it, i have question about style(no ng) vs ngStyle(with ng) what are the differences?
@yogeshyewale478 Жыл бұрын
if you want to add multiple styles use ngStyle and if you want to apply single style or conditional styling use style