Angular Tutorial - 8 - Style Binding

preview_player
Показать описание

📱 Follow Codevolution

Angular | Angular Tutorial for Beginners | Angular Style Binding
Рекомендации по теме
Комментарии
Автор

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.

willworth
Автор

It would be nice if you add a small project to this course, to sort of put it all together.

braker
Автор

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

MrMymusicmyguitar
Автор

congrats ur best tutorial in angular online and yes even better than paid courses like udemy

gkathmandu
Автор

I love how you clear up so much in so few minutes.

MZ-uvsr
Автор

I think these are so far the best Angular Tutorial videos i have seen.. And trust me, i have seen quite a few.

tombrodyy
Автор

It is so great. Gives depth knowledge in less time with good explanation..

diptishingade
Автор

its simple and great tutorial I have seen so far. Thanks man for this

awaiszaki
Автор

Thank you "Code Evaluation" a clean info about main concepts of angular.

ramvankamalla
Автор

Crystal clear explaination....any new comer can understand this you very much for this

naveenvenkatesh
Автор

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

edukondalugumma
Автор

Great video and thanks for the clear explanation!

movingheadmau
Автор

It's very easy to learn thanks a million.

VivekPatel-qerh
Автор

Great videos for beginners!! I am learning alot.

chagantisubhash
Автор

Thanks you so much, I can study well with caption easily though I have a bad English skills.

Sanay_Vlogs
Автор

highly aprreciated ur video
from Viet Nam .

NGODUCTIEP
Автор

<tr>
<td>
<p *ngFor="let question of newQuestionList >
<button type="button" >

</p>
</td>

<td>
<p *ngFor="let question of newQuestionList>
<button type="button"
</p>
</td>
</tr>

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.

GauravJoshi-Vlogs
Автор

Why do we use single quotes inside of double quotes to bind to orange color?

anushkagupta
Автор

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.

shivangimehta
Автор

can i combine multiple binding and conditionals?

bhenjylmaypa