Angular Tutorial - 8 - Style Binding

  Рет қаралды 391,531

Codevolution

Codevolution

Күн бұрын

Пікірлер: 52
@MrMymusicmyguitar
@MrMymusicmyguitar 5 жыл бұрын
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
@willworth9610
@willworth9610 5 жыл бұрын
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.
@kannavsharma8453
@kannavsharma8453 4 жыл бұрын
better than many paid udemy courses
@braker37
@braker37 5 жыл бұрын
It would be nice if you add a small project to this course, to sort of put it all together.
@gkathmandu
@gkathmandu 4 жыл бұрын
congrats ur best tutorial in angular online and yes even better than paid courses like udemy
@tombrodyy
@tombrodyy 6 жыл бұрын
I think these are so far the best Angular Tutorial videos i have seen.. And trust me, i have seen quite a few.
@MZ-uv3sr
@MZ-uv3sr 3 жыл бұрын
I love how you clear up so much in so few minutes.
@diptishingade7579
@diptishingade7579 4 жыл бұрын
It is so great. Gives depth knowledge in less time with good explanation..
@naveenvenkatesh3222
@naveenvenkatesh3222 6 жыл бұрын
Crystal clear explaination....any new comer can understand this tutorial.......Thank you very much for this tutorial.....
@awaiszaki14
@awaiszaki14 6 жыл бұрын
its simple and great tutorial I have seen so far. Thanks man for this
@ramvankamalla7499
@ramvankamalla7499 5 жыл бұрын
Thank you "Code Evaluation" ......such a clean info about main concepts of angular.
@edukondalugumma3753
@edukondalugumma3753 6 жыл бұрын
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_Vlogs
@Sanay_Vlogs 6 жыл бұрын
Thanks you so much , I can study well with caption easily though I have a bad English skills.
@NGODUCTIEP
@NGODUCTIEP 4 жыл бұрын
highly aprreciated ur video from Viet Nam .
@movingheadmau8128
@movingheadmau8128 5 жыл бұрын
Great video and thanks for the clear explanation!
@chagantisubhash
@chagantisubhash 6 жыл бұрын
Great videos for beginners!! I am learning alot.
@VivekPatel-qe9rh
@VivekPatel-qe9rh 4 жыл бұрын
It's very easy to learn thanks a million.
@sonamohialdin3376
@sonamohialdin3376 2 жыл бұрын
Very useful tutorial
@anushkagupta5917
@anushkagupta5917 4 жыл бұрын
Why do we use single quotes inside of double quotes to bind to orange color?
@gayathrivineeth5908
@gayathrivineeth5908 2 жыл бұрын
Thank you very much.
@GauravJoshi-Vlogs
@GauravJoshi-Vlogs 6 жыл бұрын
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.
@santanuchakraborty948
@santanuchakraborty948 4 жыл бұрын
Thank you sir 🙏🙏
@prithivirajmahendran9562
@prithivirajmahendran9562 6 жыл бұрын
Great video for beginners
@bhenjylmaypa5839
@bhenjylmaypa5839 6 жыл бұрын
can i combine multiple binding and conditionals?
@yuvaraji07
@yuvaraji07 5 жыл бұрын
awesome..nice tutorial
@kirthimedia5235
@kirthimedia5235 4 жыл бұрын
Style Binding Style Binding 2 Style Binding 2 Style Binding 3 fromProperty = "orange"; titleStyles = { color: "blue", fontStyle: "italic" }
@saikrishnaracharla1302
@saikrishnaracharla1302 2 жыл бұрын
Thank full to you.
@kauboy_edits
@kauboy_edits 3 жыл бұрын
Something's wrong with the orange and yellow... Anyway great job man tq
@shivangimehta8137
@shivangimehta8137 6 жыл бұрын
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
@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!
@girishg8066
@girishg8066 6 жыл бұрын
Can u please implement search engine like google it help for all freshers
@avinashmohite6933
@avinashmohite6933 7 жыл бұрын
how to load js file dynamically in angular 5?
@orz5516
@orz5516 5 жыл бұрын
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!
@abhimanyurathore7185
@abhimanyurathore7185 5 жыл бұрын
i cant differentiate in both!!
@adiseshuvutukuri
@adiseshuvutukuri 6 жыл бұрын
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.
@harisankar7310
@harisankar7310 5 жыл бұрын
Is there any PDF for this course
@av03
@av03 7 жыл бұрын
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
@yogeshyewale478 Жыл бұрын
if you want to add multiple styles use ngStyle and if you want to apply single style or conditional styling use style
@syn-eewong8460
@syn-eewong8460 7 жыл бұрын
Thank you!
@mohamedsahli9935
@mohamedsahli9935 3 жыл бұрын
thnks
@mirecta
@mirecta 7 жыл бұрын
great tutorial !!!!!
@benb6813
@benb6813 6 жыл бұрын
thank you so much
@ai.aspirations
@ai.aspirations 6 жыл бұрын
great and thanks
@vinodpatil1509
@vinodpatil1509 7 жыл бұрын
sir please upload next videos ...
@shubhamgupta-tz4zs
@shubhamgupta-tz4zs 6 жыл бұрын
i have an error cannort find @angular/core
@annapurnaseelam5324
@annapurnaseelam5324 5 жыл бұрын
try re-installing?
@abdallahelkasass6332
@abdallahelkasass6332 6 жыл бұрын
great thanks pro
@Neworldexport
@Neworldexport 5 жыл бұрын
Great
@kidoo1567
@kidoo1567 11 ай бұрын
3:50
@snehakumaripjp5171
@snehakumaripjp5171 4 жыл бұрын
very goood
@songlee8456
@songlee8456 7 жыл бұрын
5 🌟
@aamirpare
@aamirpare 4 жыл бұрын
aad
Angular Tutorial - 9 - Event Binding
5:19
Codevolution
Рет қаралды 485 М.
Angular Tutorial - 7 - Class Binding
6:26
Codevolution
Рет қаралды 550 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Angular Tutorial - 11 - Two Way Binding
4:29
Codevolution
Рет қаралды 445 М.
Angular Tutorial - 6 - Property Binding
7:26
Codevolution
Рет қаралды 628 М.
Angular 12 tutorial in Hindi #20 Style Binding | Dynamic Style
6:24
Code Step By Step
Рет қаралды 60 М.
Angular Tutorial - 4 - Components
13:22
Codevolution
Рет қаралды 1 МЛН
@ViewChild/@ViewChildren in Angular (Tutorial 35)
19:31
Nisha Singla
Рет қаралды 68 М.
Angular Router - The Basics and Beyond
11:47
Fireship
Рет қаралды 132 М.
Angular 9 Tutorial For Beginners #20 - Attribute Binding
10:49
ARCTutorials
Рет қаралды 15 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН