thank you so much for your videos ... I HAVE BEEN WATCHING EACH AND EVERY VIDEO OF ANGULAR 8 TUTORIAL SINCE THE TUTORIAL 1 AND THE WAY YOU HAVE EXPLAINED EACH AND EVERY CONCEPT IS JUST PERFECT ..THANK YOU SO MUCH ...YOUR EXPLANATION IS TO THE POINT AND JUST PERFECT...KEEP UP THE GOOD WORK
Suppose I made a list using ngfor and I want to retrieve the data of the single element of the array on which I clicked with mouse on the browser then how do I get that single element value on click into the ts file?
can i give each element an ID? how would I implement mouseover event for each element, where response depends on the element. Anyone know how to do this?
Odd and even can be used like he said to make a more readable tabular view, where every other row is a bit different color. First and last ... Well I guess if you sorted an array of random prices by value in JS/TS, you might wanna highlight cheapest or/and most expensive one in HTML :P
Your type of message variable is string, $event is type of Event, it's incompatible types. You need to use $event.value, because $event is object with built-in properties, where is property "value" thats keep user input value.
thank you so much for your videos ... I HAVE BEEN WATCHING EACH AND EVERY VIDEO OF ANGULAR 8 TUTORIAL SINCE THE TUTORIAL 1 AND THE WAY YOU HAVE EXPLAINED EACH AND EVERY CONCEPT IS JUST PERFECT ..THANK YOU SO MUCH ...YOUR EXPLANATION IS TO THE POINT AND JUST PERFECT...KEEP UP THE GOOD WORK
Best tutorial of angular ...that what I saw till now
Awesome tutorials bro, very neat, straight to the topic. Please add more videos..
@Codevolution, This series is greats! Thanks a lot. A minor thing I want to point out. We can do this without the also. We can just have {{color}}
You are really awesome,the way you teach is perfectly understanable for any one..
please keep it up. 😊
Its 1.55 AM now ..... I am still going through your course .... Nice work
Good job!
Thanks for this playlist. It helps me a lot.
Thank you man, love your videos!
Superbbb tutorial brother ....keep uploading more videos ....
:D
ngFor with style.color
↓
↓
html file:
this is {{color}}
ts file:
public colors = ["orange", "red", "green", "blue"];
nice trick :)
great course. keep up the good work
Watch at 1.5x speed!
thank you very much!
Thanks for your videos, it's helping me a lot 👍
Suppose I made a list using ngfor and I want to retrieve the data of the single element of the array on which I clicked with mouse on the browser then how do I get that single element value on click into the ts file?
how if I want to click to that elements and assign them a function?
what is the use of "of" keyword at the right hand side of *ngFor ?
Nice tut. But ngfor works with array of objects? How can I do it?
can i give each element an ID? how would I implement mouseover event for each element, where response depends on the element. Anyone know how to do this?
to get specific index what can we do
You are the besssstttt
good job bro
@codevolution what would be the practical use of first, last, odd and ect.?
Odd and even can be used like he said to make a more readable tabular view, where every other row is a bit different color. First and last ... Well I guess if you sorted an array of random prices by value in JS/TS, you might wanna highlight cheapest or/and most expensive one in HTML :P
Nice tuts. Can you give me concept that how to generate csv files from Angular Datatables data?.
You are Amazing Man! Do you have knowledge about Laravel?
how it identify color is what ? of array colors
i like your videos can you plz add some videos about component communication both nested component and two siblings component which is not nested ??
Type 'Event' is not assignable to type 'string'.
4
can anyone please help me with this error
Your type of message variable is string, $event is type of Event, it's incompatible types. You need to use $event.value, because $event is object with built-in properties, where is property "value" thats keep user input value.
how do you do these automatic closing tags in vs code?
Emmett is another plug-in or extension that can be added in VS code for this.
Facing error.. Can not bind *ngforfor since it isnot a known property of div..
{{color}}
Where are your quotes?
{{ color }}
same problem..
@@chrishinwork1374 error still occurs inspite of the quotes
@@rutwasomani9614 Another possibility is you may have typed *ngfor instead *ngFor (note the upper case F).
@@chrishinwork1374 no i typed *ngFor only
good tuto
Yuu are awesome
50759 Dejah Highway
🙏👍
51219 McKenzie Garden
{{i }} {{color}}
public dataforloop = ['red','blue','green'];
this is showing error i dont no why
is your dataforloop declaration inside your class ?
who thinks jinja in python is much better?